Skip to main content

ToolResult

@codebolt/agent


Interface: ToolResult

Defined in: packages/agent/src/unified/types/libTypes.ts:107

Tool result from execution

Properties

PropertyTypeDescriptionDefined in
error?stringError message if execution failedpackages/agent/src/unified/types/libTypes.ts:117
metadata?Record<string, unknown>Execution metadatapackages/agent/src/unified/types/libTypes.ts:119
resultstringResult of the tool executionpackages/agent/src/unified/types/libTypes.ts:113
successbooleanWhether the tool execution was successfulpackages/agent/src/unified/types/libTypes.ts:115
toolCallIdstringTool call ID that this result corresponds topackages/agent/src/unified/types/libTypes.ts:109
toolNamestringName of the tool that was executedpackages/agent/src/unified/types/libTypes.ts:111