Uses of Record Class
org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
-
Uses of ZhiPuAiApi.ChatCompletionMessage.ToolCall in org.springframework.ai.zhipuai.api
Modifier and TypeMethodDescriptionZhiPuAiApi.ChatCompletionMessage.toolCalls()
Returns the value of thetoolCalls
record component.ModifierConstructorDescriptionChatCompletionMessage
(Object rawContent, ZhiPuAiApi.ChatCompletionMessage.Role role, String name, String toolCallId, List<ZhiPuAiApi.ChatCompletionMessage.ToolCall> toolCalls) Creates an instance of aChatCompletionMessage
record class.