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?
optionalerrorDetails:any
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:99
isError?
optionalisError: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