Skip to main content

Interface: ToolCallResult

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

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

Interface

ToolCallResult

Properties

errorDetails?

optional errorDetails: any

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


isError?

optional isError: boolean

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


output

output: any

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


toolCallId

toolCallId: string

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


toolName

toolName: string

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