Interface: PageToolCall
Defined in: packages/aiui-claude-channel/src/page-tools.ts:81
A call the agent asks the directory to route to a page.
Properties
args?
optionalargs?:unknown
Defined in: packages/aiui-claude-channel/src/page-tools.ts:89
Arguments (must satisfy the tool's inputSchema); passed through as-is.
clientId?
optionalclientId?:string
Defined in: packages/aiui-claude-channel/src/page-tools.ts:83
Disambiguator: which connection. Omit when the match is unique.
name
name:
string
Defined in: packages/aiui-claude-channel/src/page-tools.ts:87
The tool to call.
ns?
optionalns?:string
Defined in: packages/aiui-claude-channel/src/page-tools.ts:85
Disambiguator: which namespace. Omit when the match is unique.
timeoutMs?
optionaltimeoutMs?:number
Defined in: packages/aiui-claude-channel/src/page-tools.ts:91
How long to wait for the page's result before rejecting (default 15s).