The arguments object, parsed from the LLM response, intended to be passed to the tool's execute method after validation.
A unique identifier generated by the OutputParser for this specific tool call request within a plan.
The name of the tool the LLM intends to call. Must match a registered tool's schema name.
Represents a parsed request from the LLM to call a specific tool.
ParsedToolCall