We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45f6d3 commit 40629a3Copy full SHA for 40629a3
src/Observability/HandleToolEvents.php
@@ -78,5 +78,7 @@ public function toolCalled(AgentInterface $agent, string $event, ToolCalled $dat
78
->addContext('Properties', $data->tool->getProperties())
79
->addContext('Inputs', $data->tool->getInputs())
80
->addContext('Output', $data->tool->getResult());
81
+
82
+ unset($this->toolCalls[$data->tool::class]);
83
}
84
0 commit comments