Skip to content

Commit 51f0366

Browse files
committed
Merge branch 'main' into fix/enable-unicode-json-output
2 parents f440664 + 8dfd6ff commit 51f0366

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agents/tool_context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
def _assert_must_pass_tool_call_id() -> str:
88
raise ValueError("tool_call_id must be passed to ToolContext")
99

10-
1110
@dataclass
1211
class ToolContext(RunContextWrapper[TContext]):
1312
"""The context of a tool call."""

0 commit comments

Comments
 (0)