The result of executing a tool call.
After the resolver executes a LlmToolkit.Tool.Call, the outcome is
wrapped in a Result struct before being fed back to the LLM.
Fields
tool_call_id- Matches the originatingCall.id(string or nil)name- The tool name that was executedcontent- String content returned by the tool
Summary
Functions
Creates a new Result struct from a map of attributes.