Uses of Record Class
org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Packages that use ZhiPuAiApi.ChatCompletionMessage.ToolCall
-
Uses of ZhiPuAiApi.ChatCompletionMessage.ToolCall in org.springframework.ai.zhipuai.api
Methods in org.springframework.ai.zhipuai.api that return types with arguments of type ZhiPuAiApi.ChatCompletionMessage.ToolCallModifier and TypeMethodDescriptionZhiPuAiApi.ChatCompletionMessage.toolCalls()Returns the value of thetoolCallsrecord component.Constructor parameters in org.springframework.ai.zhipuai.api with type arguments of type ZhiPuAiApi.ChatCompletionMessage.ToolCallModifierConstructorDescriptionChatCompletionMessage(Object rawContent, ZhiPuAiApi.ChatCompletionMessage.Role role, String name, String toolCallId, List<ZhiPuAiApi.ChatCompletionMessage.ToolCall> toolCalls) Creates an instance of aChatCompletionMessagerecord class.