Documentation / @agentick/core / SessionToolNamespace
Interface: SessionToolNamespace()
Defined in: core/src/app/types.ts:1540
A node in the SessionToolsProxy tree. Both callable (dispatches the tool at this dot-path) and indexable (descends into a child namespace).
SessionToolNamespace(
input?):Promise<ContentBlock[]>
Defined in: core/src/app/types.ts:1541
A node in the SessionToolsProxy tree. Both callable (dispatches the tool at this dot-path) and indexable (descends into a child namespace).
Parameters
input?
Record<string, unknown>
Returns
Promise<ContentBlock[]>
Indexable
[name: string]: SessionToolNamespace