Uses of Record Class
org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Packages that use MiniMaxApi.ChatCompletionMessage
-
Uses of MiniMaxApi.ChatCompletionMessage in org.springframework.ai.minimax.api
Methods in org.springframework.ai.minimax.api that return MiniMaxApi.ChatCompletionMessageModifier and TypeMethodDescriptionMiniMaxApi.ChatCompletionChunk.ChunkChoice.delta()Returns the value of thedeltarecord component.MiniMaxApi.ChatCompletion.Choice.message()Returns the value of themessagerecord component.Methods in org.springframework.ai.minimax.api that return types with arguments of type MiniMaxApi.ChatCompletionMessageModifier and TypeMethodDescriptionMiniMaxApi.ChatCompletion.Choice.messages()Returns the value of themessagesrecord component.MiniMaxApi.ChatCompletionRequest.messages()Returns the value of themessagesrecord component.Constructors in org.springframework.ai.minimax.api with parameters of type MiniMaxApi.ChatCompletionMessageModifierConstructorDescriptionChoice(MiniMaxApi.ChatCompletionFinishReason finishReason, Integer index, MiniMaxApi.ChatCompletionMessage message, List<MiniMaxApi.ChatCompletionMessage> messages, MiniMaxApi.LogProbs logprobs) Creates an instance of aChoicerecord class.ChunkChoice(MiniMaxApi.ChatCompletionFinishReason finishReason, Integer index, MiniMaxApi.ChatCompletionMessage delta, MiniMaxApi.LogProbs logprobs) Creates an instance of aChunkChoicerecord class.Constructor parameters in org.springframework.ai.minimax.api with type arguments of type MiniMaxApi.ChatCompletionMessageModifierConstructorDescriptionChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage> messages, Boolean stream) Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage> messages, String model, Double temperature) Shortcut constructor for a chat completion request with the given messages and model.ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage> messages, String model, Double temperature, boolean stream) Shortcut constructor for a chat completion request with the given messages, model and control for streaming.ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage> messages, String model, Double frequencyPenalty, Integer maxTokens, Integer n, Double presencePenalty, MiniMaxApi.ChatCompletionRequest.ResponseFormat responseFormat, Integer seed, List<String> stop, Boolean stream, Double temperature, Double topP, Boolean maskSensitiveInfo, List<MiniMaxApi.FunctionTool> tools, Object toolChoice) Creates an instance of aChatCompletionRequestrecord class.ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage> messages, String model, List<MiniMaxApi.FunctionTool> tools, Object toolChoice) Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.Choice(MiniMaxApi.ChatCompletionFinishReason finishReason, Integer index, MiniMaxApi.ChatCompletionMessage message, List<MiniMaxApi.ChatCompletionMessage> messages, MiniMaxApi.LogProbs logprobs) Creates an instance of aChoicerecord class.