LLMToolResult
Result sent back to the LLM after executing a tool.
Defined in: src/core/types/providers.ts:994
Result sent back to the LLM after executing a tool.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
content | string | Serialized result content | src/core/types/providers.ts:998 |
isError? | boolean | Whether the tool execution failed | src/core/types/providers.ts:1000 |
toolCallId | string | Must match the LLMToolCall.id | src/core/types/providers.ts:996 |