Execute Tool
fun <TInput, TOutput, TContext> ExecuteTool(tool: Tool<TInput, TOutput, TContext>, input: TInput, options: ToolExecutionContext<TContext>): Flow<ExecuteToolResult<TOutput>>(source)
Execute a tool outside the agent loop with one-step lookahead semantics.