Skip to content

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 ​

PropertyTypeDescriptionDefined in
isError?booleanWhether this is an error resultpackages/adapters/ai-sdk/src/components.tsx:72
resultunknownResult contentpackages/adapters/ai-sdk/src/components.tsx:69
toolCallIdstringTool call ID this result corresponds topackages/adapters/ai-sdk/src/components.tsx:63
toolNamestringTool namepackages/adapters/ai-sdk/src/components.tsx:66

Released under the MIT License.