Properties
tools
tools: StructuredToolInterface[] | MistralAIToolInput[] | Tool[]
Optional
response_format
response_format?: {
type: "text" | "json_object";
}
Type declaration
type: "text" | "json_object"
Optional
tool_choice
tool_choice?: "auto" | "none" | "any"