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 325fae5 commit 02ac76eCopy full SHA for 02ac76e
src/agents/lifecycle.py
@@ -7,6 +7,8 @@
7
from .tool import Tool
8
from .items import TResponseInputItem, ModelResponse
9
10
+
11
12
13
TAgent = TypeVar("TAgent", bound=AgentBase, default=AgentBase)
14
0 commit comments