LlmCore.Agent.ToolDispatch.Components.DirectResolve (llm_core v0.3.0)

Copy Markdown View Source

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

call(event, opts)

Calls resolve_fn with the original tool call.

Parameters

  • event%Event{} with call and resolve_fn
  • opts — ALF stage options (unused)

Returns

Updated %Event{} with result and status populated.