Uses of Enum Class
com.mulesoft.modules.agent.conductor.internal.tool.ToolType
Packages that use ToolType
Package
Description
-
Uses of ToolType in com.mulesoft.modules.agent.conductor.internal.tool
Methods in com.mulesoft.modules.agent.conductor.internal.tool that return ToolTypeModifier and TypeMethodDescriptionToolHandler.getToolType()abstract ToolTypeToolResponse.getToolType()static ToolTypeReturns the enum constant of this class with the specified name.static ToolType[]ToolType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mulesoft.modules.agent.conductor.internal.tool with parameters of type ToolTypeModifierConstructorDescriptionToolHandler(String name, String description, String input, String output, ToolType toolType, org.mule.runtime.core.api.util.func.CheckedFunction<ToolRequest, CompletableFuture<ToolResponse>> handler) -
Uses of ToolType in com.mulesoft.modules.agent.conductor.internal.tool.a2a
Methods in com.mulesoft.modules.agent.conductor.internal.tool.a2a that return ToolType -
Uses of ToolType in com.mulesoft.modules.agent.conductor.internal.tool.custom
Methods in com.mulesoft.modules.agent.conductor.internal.tool.custom that return ToolType -
Uses of ToolType in com.mulesoft.modules.agent.conductor.internal.tool.mcp
Methods in com.mulesoft.modules.agent.conductor.internal.tool.mcp that return ToolType