Executes a tool call directly via the resolver function.
This is the passthrough path — no sub-tool orchestration, just a direct call. This branch exists so that ToolDispatch can handle ALL tool calls uniformly, whether they have recipes or not.
Summary
Functions
Calls resolve_fn with the original tool call.
Functions
@spec call( LlmCore.Agent.ToolDispatch.Event.t(), keyword() ) :: LlmCore.Agent.ToolDispatch.Event.t()
Calls resolve_fn with the original tool call.
Parameters
event—%Event{}withcallandresolve_fnopts— ALF stage options (unused)
Returns
Updated %Event{} with result and status populated.