This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new c4c9358c2 MINIFICPP-2831 Update CI manifest (#2185)
c4c9358c2 is described below

commit c4c9358c23c0457def3f924c9afb304b81628687
Author: Martin Zink <[email protected]>
AuthorDate: Thu May 28 11:40:59 2026 +0200

    MINIFICPP-2831 Update CI manifest (#2185)
---
 .../references/ubuntu_22_04_clang_arm_manifest.json    | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/.github/references/ubuntu_22_04_clang_arm_manifest.json 
b/.github/references/ubuntu_22_04_clang_arm_manifest.json
index 94ba52e43..b081ab46b 100644
--- a/.github/references/ubuntu_22_04_clang_arm_manifest.json
+++ b/.github/references/ubuntu_22_04_clang_arm_manifest.json
@@ -10229,11 +10229,27 @@
                     "Model Path": {
                         "name": "Model Path",
                         "description": "The filesystem path of the model file 
in gguf format.",
-                        "validator": "VALID",
+                        "validator": "NON_BLANK_VALIDATOR",
                         "required": "true",
                         "sensitive": "false",
                         "expressionLanguageScope": "NONE"
                     },
+                    "MultiModal Model Path": {
+                        "name": "MultiModal Model Path",
+                        "description": "The filesystem path of the multimodal 
model (visual, audio) file in gguf format.",
+                        "validator": "NON_BLANK_VALIDATOR",
+                        "required": "false",
+                        "sensitive": "false",
+                        "expressionLanguageScope": "NONE"
+                    },
+                    "Output Attribute Name": {
+                        "name": "Output Attribute Name",
+                        "description": "Specify the attribute to use as 
output, if not provided, the content is overridden instead.",
+                        "validator": "NON_BLANK_VALIDATOR",
+                        "required": "false",
+                        "sensitive": "false",
+                        "expressionLanguageScope": "NONE"
+                    },
                     "Physical Maximum Batch Size": {
                         "name": "Physical Maximum Batch Size",
                         "description": "Physical maximum batch size.",

Reply via email to