Skip to content

ServerTool

Defined in: core/dist/config/types.d.ts:535

Server tools such as Anthropic Web Search. These tools are meant to be magic objects like {"type": "web_search_20250305", "name": "web_search", "max_uses": 10}, AI Provider does the rest of the magic on their side.

  • Record<string, unknown>

[key: string]: unknown

optional name?: string

Defined in: core/dist/config/types.d.ts:537


type: string

Defined in: core/dist/config/types.d.ts:536