Skip to content

Commit a41d410

Browse files
committed
chore:resolve merge conflict in tool_context.py
1 parent afc5943 commit a41d410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/tool_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def from_agent_context(
4646
obj = cls(tool_name=tool_name, tool_call_id=tool_call_id, **base_values)
4747
if hasattr(context, "_event_queue"):
4848
obj._event_queue = context._event_queue
49-
return obj
49+
return obj

0 commit comments

Comments
 (0)