content | string | Record<string, unknown> | The content returned by the tool | packages/codeboltjs/src/types/libFunctionTypes.ts:215 |
role | "tool" | Always 'tool' for tool execution results | packages/codeboltjs/src/types/libFunctionTypes.ts:211 |
tool_call_id | string | ID that links this result to the original tool call | packages/codeboltjs/src/types/libFunctionTypes.ts:213 |
userMessage? | string | Record<string, unknown> | Optional user message to be added after tool execution | packages/codeboltjs/src/types/libFunctionTypes.ts:217 |