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.
2 parents f440664 + 8dfd6ff commit 51f0366Copy full SHA for 51f0366
src/agents/tool_context.py
@@ -7,7 +7,6 @@
7
def _assert_must_pass_tool_call_id() -> str:
8
raise ValueError("tool_call_id must be passed to ToolContext")
9
10
-
11
@dataclass
12
class ToolContext(RunContextWrapper[TContext]):
13
"""The context of a tool call."""
0 commit comments