import { Tool } from "@mistralai/mistralai/models/components";
let value: Tool = {
function: {
name: "<value>",
parameters: {
"key": "<value>",
},
},
};
Field | Type | Required | Description |
---|---|---|---|
type |
components.ToolTypes | ➖ | N/A |
function |
components.FunctionT | ✔️ | N/A |