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 afc5943 commit a41d410Copy full SHA for a41d410
src/agents/tool_context.py
@@ -46,4 +46,4 @@ def from_agent_context(
46
obj = cls(tool_name=tool_name, tool_call_id=tool_call_id, **base_values)
47
if hasattr(context, "_event_queue"):
48
obj._event_queue = context._event_queue
49
- return obj
+ return obj
0 commit comments