Uses of Record Class
org.springframework.ai.deepseek.api.DeepSeekApi.ChatCompletionMessage.ToolCall
Packages that use DeepSeekApi.ChatCompletionMessage.ToolCall
-
Uses of DeepSeekApi.ChatCompletionMessage.ToolCall in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return types with arguments of type DeepSeekApi.ChatCompletionMessage.ToolCallModifier and TypeMethodDescriptionDeepSeekApi.ChatCompletionMessage.toolCalls()Returns the value of thetoolCallsrecord component.Constructor parameters in org.springframework.ai.deepseek.api with type arguments of type DeepSeekApi.ChatCompletionMessage.ToolCallModifierConstructorDescriptionChatCompletionMessage(Object content, DeepSeekApi.ChatCompletionMessage.Role role, String name, String toolCallId, List<DeepSeekApi.ChatCompletionMessage.ToolCall> toolCalls) Create a chat completion message with the given content and role.ChatCompletionMessage(Object rawContent, DeepSeekApi.ChatCompletionMessage.Role role, String name, String toolCallId, List<DeepSeekApi.ChatCompletionMessage.ToolCall> toolCalls, Boolean prefix, String reasoningContent) Creates an instance of aChatCompletionMessagerecord class.