Skip to main content

Interface: ToolCallResult

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

Represents the result of a tool execution, structured to be sent back to the LLM. ToolCallResult

Properties

errorDetails?

optional errorDetails: any

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


isError?

optional isError: boolean

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


output

output: any

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


toolCallId

toolCallId: string

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


toolName

toolName: string

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