error? | string | Error message if execution failed | packages/agent/src/unified/types/libTypes.ts:117 |
metadata? | Record<string, unknown> | Execution metadata | packages/agent/src/unified/types/libTypes.ts:119 |
result | string | Result of the tool execution | packages/agent/src/unified/types/libTypes.ts:113 |
success | boolean | Whether the tool execution was successful | packages/agent/src/unified/types/libTypes.ts:115 |
toolCallId | string | Tool call ID that this result corresponds to | packages/agent/src/unified/types/libTypes.ts:109 |
toolName | string | Name of the tool that was executed | packages/agent/src/unified/types/libTypes.ts:111 |