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' }