Uses of Record Class
org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Packages that use AssistantMessage.ToolCall
-
Uses of AssistantMessage.ToolCall in org.springframework.ai.chat.messages
Methods in org.springframework.ai.chat.messages that return types with arguments of type AssistantMessage.ToolCallConstructor parameters in org.springframework.ai.chat.messages with type arguments of type AssistantMessage.ToolCallModifierConstructorDescriptionAssistantMessage
(String content, Map<String, Object> properties, List<AssistantMessage.ToolCall> toolCalls) -
Uses of AssistantMessage.ToolCall in org.springframework.ai.model.function
Method parameters in org.springframework.ai.model.function with type arguments of type AssistantMessage.ToolCallModifier and TypeMethodDescriptionFunctionCallingHelper.processCall
(ChatModel chatModel, Prompt prompt, Set<String> finishReasons, Function<AssistantMessage.ToolCall, String> customFunction) reactor.core.publisher.Flux<ChatResponse>
FunctionCallingHelper.processStream
(ChatModel chatModel, Prompt prompt, Set<String> finishReasons, Function<AssistantMessage.ToolCall, String> customFunction)