Commits
Click on a commit to change the comparison rangefix(core): pass tool_call_id to on_tool_start and on_tool_end callbacks
When invoking a tool with a ToolCall input, the tool_call_id was
correctly extracted but not forwarded to callback handlers. This
made it impossible for callbacks to correlate tool execution with
the original LLM tool call.
Fixes #34168