import { JsonSchema } from "@mistralai/mistralai/models/components";
let value: JsonSchema = {
name: "<value>",
schemaDefinition: {
"key": "<value>",
},
};
Field | Type | Required | Description |
---|---|---|---|
name |
string | ✔️ | N/A |
description |
string | ➖ | N/A |
schemaDefinition |
Record<string, any> | ✔️ | N/A |
strict |
boolean | ➖ | N/A |