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