AIDK API Reference / aidk-ai-sdk / ToolResultProps
Interface: ToolResultProps ​
Defined in: packages/adapters/ai-sdk/src/components.tsx:61
Props for ai-sdk-style ToolResult component.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
isError? | boolean | Whether this is an error result | packages/adapters/ai-sdk/src/components.tsx:72 |
result | unknown | Result content | packages/adapters/ai-sdk/src/components.tsx:69 |
toolCallId | string | Tool call ID this result corresponds to | packages/adapters/ai-sdk/src/components.tsx:63 |
toolName | string | Tool name | packages/adapters/ai-sdk/src/components.tsx:66 |