From 3bd86fc6f573ffa15f201c44373f6b7708d20e9e Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Thu, 6 Mar 2025 17:57:51 +0100 Subject: [PATCH] Update schema --- libs/cli/schemas/schema.json | 28 ++++++++++++++++++++++++++++ libs/cli/schemas/schema.v0.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/libs/cli/schemas/schema.json b/libs/cli/schemas/schema.json index 8b674be52..37186cd95 100644 --- a/libs/cli/schemas/schema.json +++ b/libs/cli/schemas/schema.json @@ -96,6 +96,20 @@ } ], "description": "Optional. Configuration for the built-in long-term memory store, including semantic search indexing.\n\nIf omitted, no vector index is set up (the object store will still be present, however).\n" + }, + "ui": { + "anyOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + { + "type": "null" + } + ], + "description": "Optional. Named definitions of UI components emitted by the agent, each pointing to a JS/TS file.\n" } }, "required": [ @@ -187,6 +201,20 @@ } ], "description": "Optional. Configuration for the built-in long-term memory store, including semantic search indexing.\n\nIf omitted, no vector index is set up (the object store will still be present, however).\n" + }, + "ui": { + "anyOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + { + "type": "null" + } + ], + "description": "Optional. Named definitions of UI components emitted by the agent, each pointing to a JS/TS file.\n" } }, "required": [ diff --git a/libs/cli/schemas/schema.v0.json b/libs/cli/schemas/schema.v0.json index 8b674be52..37186cd95 100644 --- a/libs/cli/schemas/schema.v0.json +++ b/libs/cli/schemas/schema.v0.json @@ -96,6 +96,20 @@ } ], "description": "Optional. Configuration for the built-in long-term memory store, including semantic search indexing.\n\nIf omitted, no vector index is set up (the object store will still be present, however).\n" + }, + "ui": { + "anyOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + { + "type": "null" + } + ], + "description": "Optional. Named definitions of UI components emitted by the agent, each pointing to a JS/TS file.\n" } }, "required": [ @@ -187,6 +201,20 @@ } ], "description": "Optional. Configuration for the built-in long-term memory store, including semantic search indexing.\n\nIf omitted, no vector index is set up (the object store will still be present, however).\n" + }, + "ui": { + "anyOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + { + "type": "null" + } + ], + "description": "Optional. Named definitions of UI components emitted by the agent, each pointing to a JS/TS file.\n" } }, "required": [