From ad7ed0f3d25b33a2526de0f2877192c2fa47c40d Mon Sep 17 00:00:00 2001 From: hugocasa Date: Mon, 14 Sep 2026 11:31:39 +0200 Subject: [PATCH] docs: shorten the enabled tools list hint Co-Authored-By: Claude Opus 5 (1M context) --- frontend/src/lib/components/flows/flowInfers.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/lib/components/flows/flowInfers.ts b/frontend/src/lib/components/flows/flowInfers.ts index bfb8d17f0f..cf85bdfaec 100644 --- a/frontend/src/lib/components/flows/flowInfers.ts +++ b/frontend/src/lib/components/flows/flowInfers.ts @@ -182,8 +182,7 @@ export const AI_AGENT_SCHEMA: Schema = { }, tools: { type: 'array', - description: - 'Tools by the name the model is shown, and an MCP server by its resource path, which carries every tool that server exposes.', + description: 'Tool names and MCP servers', items: { type: 'string' }