pub async fn call_tool(
ctx: AgentContext,
name: &str,
args: AgentValue,
) -> Result<AgentValue, AgentError>Expand description
Call a tool by name.
pub async fn call_tool(
ctx: AgentContext,
name: &str,
args: AgentValue,
) -> Result<AgentValue, AgentError>Call a tool by name.