@codebolt/codeboltjs
Interface: ToolDetails
Defined in: packages/codeboltjs/src/types/libFunctionTypes.ts:223
Details about a tool to be executed
Properties
| Property | Type | Description | Defined in |
|---|
toolInput | Record<string, unknown> | Input parameters for the tool | packages/codeboltjs/src/types/libFunctionTypes.ts:227 |
toolName | string | The name of the tool to execute | packages/codeboltjs/src/types/libFunctionTypes.ts:225 |
toolUseId | string | Unique ID for this tool use instance | packages/codeboltjs/src/types/libFunctionTypes.ts:229 |