mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 17:52:35 +00:00
remove name attribute from ActionEvent type events
This commit is contained in:
@@ -510,7 +510,6 @@ class ToolUsage:
|
||||
if agentops:
|
||||
agentops.record(
|
||||
agentops.ActionEvent(
|
||||
name=tool_calling.tool_name,
|
||||
action_type="on_tool_use_finished",
|
||||
params=tool_calling.arguments,
|
||||
returns=event_data,
|
||||
|
||||
Reference in New Issue
Block a user