Uses of Class
org.mockserver.model.ToolUse
Packages that use ToolUse
-
Uses of ToolUse in org.mockserver.client
Methods in org.mockserver.client that return ToolUse -
Uses of ToolUse in org.mockserver.llm
Methods in org.mockserver.llm that return types with arguments of type ToolUseConstructor parameters in org.mockserver.llm with type arguments of type ToolUseModifierConstructorDescriptionParsedMessage(ParsedMessage.Role role, String textContent, List<ToolUse> toolCalls, Map<String, String> toolResults) -
Uses of ToolUse in org.mockserver.model
Methods in org.mockserver.model that return ToolUseMethods in org.mockserver.model that return types with arguments of type ToolUseMethods in org.mockserver.model with parameters of type ToolUseModifier and TypeMethodDescriptionCompletion.withToolCall(ToolUse toolCall) Completion.withToolCalls(ToolUse... toolCalls) Method parameters in org.mockserver.model with type arguments of type ToolUse