Skip to content

ToolList

type ToolList = (
| Tool
| McpClient
| ToolList)[];

Defined in: src/agent/agent.ts:50

Recursive type definition for nested tool arrays. Allows tools to be organized in nested arrays of any depth.