function | { description?: string; name: string; parameters?: JSONSchema; } | Function definition | packages/codeboltjs/src/types/libFunctionTypes.ts:120 |
function.description? | string | Description of what the function does | packages/codeboltjs/src/types/libFunctionTypes.ts:124 |
function.name | string | Name of the function | packages/codeboltjs/src/types/libFunctionTypes.ts:122 |
function.parameters? | JSONSchema | JSON schema for the function parameters | packages/codeboltjs/src/types/libFunctionTypes.ts:126 |
type | "function" | The type of tool | packages/codeboltjs/src/types/libFunctionTypes.ts:118 |