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