Uses of Record Class
org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Packages that use AssistantMessage.ToolCall
Package
Description
-
Uses of AssistantMessage.ToolCall in org.springframework.ai.bedrock.converse.api
Methods in org.springframework.ai.bedrock.converse.api that return AssistantMessage.ToolCall -
Uses of AssistantMessage.ToolCall in org.springframework.ai.chat.messages
Fields in org.springframework.ai.chat.messages with type parameters of type AssistantMessage.ToolCallModifier and TypeFieldDescriptionprotected List<AssistantMessage.ToolCall>AssistantMessage.Builder.toolCallsMethods in org.springframework.ai.chat.messages that return types with arguments of type AssistantMessage.ToolCallMethod parameters in org.springframework.ai.chat.messages with type arguments of type AssistantMessage.ToolCallModifier and TypeMethodDescriptionAssistantMessage.Builder.toolCalls(List<AssistantMessage.ToolCall> toolCalls) Constructor parameters in org.springframework.ai.chat.messages with type arguments of type AssistantMessage.ToolCallModifierConstructorDescriptionprotectedAssistantMessage(@Nullable String content, Map<String, Object> properties, List<AssistantMessage.ToolCall> toolCalls, List<Media> media) -
Uses of AssistantMessage.ToolCall in org.springframework.ai.deepseek
Constructor parameters in org.springframework.ai.deepseek with type arguments of type AssistantMessage.ToolCall