function | { arguments: string; name: string; } | Function call details | packages/codeboltjs/src/types/libFunctionTypes.ts:77 |
function.arguments | string | Arguments for the function call as JSON string | packages/codeboltjs/src/types/libFunctionTypes.ts:81 |
function.name | string | Name of the function to call | packages/codeboltjs/src/types/libFunctionTypes.ts:79 |
id | string | Unique identifier for this tool call | packages/codeboltjs/src/types/libFunctionTypes.ts:73 |
type | "function" | The type of tool call | packages/codeboltjs/src/types/libFunctionTypes.ts:75 |