diff --git a/src/lib/helpers/types.js b/src/lib/helpers/types.js index e5fe9da9..1fbb5787 100644 --- a/src/lib/helpers/types.js +++ b/src/lib/helpers/types.js @@ -103,8 +103,10 @@ * @property {boolean} disabled * @property {boolean} is_public * @property {boolean} is_router + * @property {boolean} is_host * @property {string} icon_url - Icon * @property {boolean} allow_routing + * @property {string[]} profiles - The agent profiles. * @property {Date} created_datetime * @property {Date} updated_datetime * @property {AgentLlmConfig} llm_config - LLM settings. diff --git a/src/routes/chat/[agentId]/[conversationId]/chat-box.svelte b/src/routes/chat/[agentId]/[conversationId]/chat-box.svelte index 7b03b2cf..92df8d33 100644 --- a/src/routes/chat/[agentId]/[conversationId]/chat-box.svelte +++ b/src/routes/chat/[agentId]/[conversationId]/chat-box.svelte @@ -171,19 +171,21 @@