Skip to main content

Interface: ToolCallRequest

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:84

Describes a request from the LLM to call a specific tool/function. ToolCallRequest

Properties

arguments

arguments: Record<string, any>

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:87


id

id: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:85


name

name: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:86