function | { arguments: string; name: string; } | Function call details | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:41 |
function.arguments | string | Arguments for the function call as JSON string | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:45 |
function.name | string | Name of the function to call | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:43 |
id | string | Unique identifier for this tool call | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:37 |
type | "function" | The type of tool call | common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:39 |