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 ToolUseMethod parameters in org.mockserver.llm with type arguments of type ToolUseModifier and TypeMethodDescriptionstatic intTokenCounter.estimateCompletionTokens(String text, List<ToolUse> toolCalls) Estimate the approximate completion (output) token count for the text and tool-call arguments a mocked completion would return.Constructor parameters in org.mockserver.llm with type arguments of type ToolUseModifierConstructorDescriptionParsedMessage(ParsedMessage.Role role, String textContent, List<ToolUse> toolCalls, Map<String, String> toolResults) ParsedMessage(ParsedMessage.Role role, String textContent, List<ToolUse> toolCalls, Map<String, String> toolResults, List<ParsedMessage.ImagePart> images) ParsedMessage(ParsedMessage.Role role, String textContent, List<ToolUse> toolCalls, Map<String, String> toolResults, List<ParsedMessage.ImagePart> images, List<ParsedMessage.AudioPart> audio) -
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