Uses of Record Class
org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
-
Uses of MistralAiApi.ChatCompletion in org.springframework.ai.mistralai
Modifier and TypeMethodDescriptionstatic ChatResponseMetadata
MistralAiChatModel.from
(MistralAiApi.ChatCompletion result) -
Uses of MistralAiApi.ChatCompletion in org.springframework.ai.mistralai.api
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MistralAiApi.ChatCompletion>
MistralAiApi.chatCompletionEntity
(MistralAiApi.ChatCompletionRequest chatRequest) Creates a model response for the given chat conversation.