mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
docs: shorten the enabled tools list hint
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
3f1f028767
commit
ad7ed0f3d2
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user