Uses of Interface
ai.acolite.agentsdk.core.FunctionTool
Packages that use FunctionTool
-
Uses of FunctionTool in ai.acolite.agentsdk.core.runner
Methods in ai.acolite.agentsdk.core.runner that return FunctionToolModifier and TypeMethodDescriptionstatic FunctionTool<?, ?, ?> ToolExecutionUtils.findToolByName(Agent<?, ?> agent, String toolName) Find a tool by name in the agent's tool list.