Uses of Record Class
org.springframework.ai.chat.messages.AssistantMessage.ToolCall
-
Uses of AssistantMessage.ToolCall in org.springframework.ai.chat.messages
ModifierConstructorDescriptionAssistantMessage
(String content, Map<String, Object> properties, List<AssistantMessage.ToolCall> toolCalls) -
Uses of AssistantMessage.ToolCall in org.springframework.ai.model.function
Modifier 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)