From 2c292cc5872476303a5630a5fcb473bd0b387c2f Mon Sep 17 00:00:00 2001 From: Martin Zink Date: Thu, 28 May 2026 09:57:32 +0200 Subject: [PATCH] MINIFICPP-2831 Update CI manifest --- .../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 94ba52e432..b081ab46bb 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.",