Skip to content

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?

optional args?: unknown

Defined in: packages/aiui-claude-channel/src/page-tools.ts:89

Arguments (must satisfy the tool's inputSchema); passed through as-is.


clientId?

optional clientId?: 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?

optional ns?: string

Defined in: packages/aiui-claude-channel/src/page-tools.ts:85

Disambiguator: which namespace. Omit when the match is unique.


timeoutMs?

optional timeoutMs?: 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).