LLMToolResult
Result sent back to the LLM after executing a tool.
Defined in: src/core/types/providers.ts:894
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:898 |
isError? | boolean | Whether the tool execution failed | src/core/types/providers.ts:900 |
toolCallId | string | Must match the LLMToolCall.id | src/core/types/providers.ts:896 |