Uses of Record Class
org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
Packages that use MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
-
Uses of MistralAiApi.ChatCompletionMessage.ChatCompletionFunction in org.springframework.ai.mistralai.api
Methods in org.springframework.ai.mistralai.api that return MistralAiApi.ChatCompletionMessage.ChatCompletionFunctionModifier and TypeMethodDescriptionMistralAiApi.ChatCompletionMessage.ToolCall.function()Returns the value of thefunctionrecord component.Constructors in org.springframework.ai.mistralai.api with parameters of type MistralAiApi.ChatCompletionMessage.ChatCompletionFunctionModifierConstructorDescriptionToolCall(String id, String type, MistralAiApi.ChatCompletionMessage.ChatCompletionFunction function, @Nullable Integer index) Creates an instance of aToolCallrecord class.