Class MistralAiApi.ChatCompletionRequest.ResponseFormat

java.lang.Object
org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ResponseFormat
Enclosing class:
MistralAiApi.ChatCompletionRequest

public static class MistralAiApi.ChatCompletionRequest.ResponseFormat extends Object
An object specifying the format that the model must output.

Setting the type to JSON_SCHEMA enables Structured Outputs which ensures the model will match your supplied JSON schema.

See Also: