Interface: LoopToolCallRequest
Defined in: packages/agentos/src/orchestration/runtime/LoopController.ts:94
A single tool invocation requested by the LLM.
Properties
arguments
arguments:
Record<string,unknown>
Defined in: packages/agentos/src/orchestration/runtime/LoopController.ts:102
Parsed arguments to pass to the tool.
id
id:
string
Defined in: packages/agentos/src/orchestration/runtime/LoopController.ts:96
Unique identifier for this tool call within a response (matches the tool result).
name
name:
string
Defined in: packages/agentos/src/orchestration/runtime/LoopController.ts:99
Name of the tool to invoke.