Uses of Class
org.mockserver.model.ToolUse
-
Packages that use ToolUse Package Description org.mockserver.client org.mockserver.llm org.mockserver.model -
-
Uses of ToolUse in org.mockserver.client
Methods in org.mockserver.client that return ToolUse Modifier and Type Method Description static ToolUseLlm. toolUse(String name)Creates a new ToolUse builder. -
Uses of ToolUse in org.mockserver.llm
Methods in org.mockserver.llm that return types with arguments of type ToolUse Modifier and Type Method Description List<ToolUse>ParsedMessage. getToolCalls()Constructor parameters in org.mockserver.llm with type arguments of type ToolUse Constructor Description ParsedMessage(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 ToolUse Modifier and Type Method Description static ToolUseToolUse. toolUse(String name)ToolUseToolUse. withArguments(String arguments)ToolUseToolUse. withId(String id)ToolUseToolUse. withName(String name)Methods in org.mockserver.model that return types with arguments of type ToolUse Modifier and Type Method Description List<ToolUse>Completion. getToolCalls()Methods in org.mockserver.model with parameters of type ToolUse Modifier and Type Method Description CompletionCompletion. withToolCall(ToolUse toolCall)CompletionCompletion. withToolCalls(ToolUse... toolCalls)Method parameters in org.mockserver.model with type arguments of type ToolUse Modifier and Type Method Description CompletionCompletion. withToolCalls(List<ToolUse> toolCalls)
-