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 9302c49 commit a775d55Copy full SHA for a775d55
src/agents/lifecycle.py
@@ -1,5 +1,5 @@
1
-from typing import Any, Generic
2
-
+from typing import Any, Generic,List
+from .items import ModelResponse, TResponseInputItem
3
from .agent import Agent
4
from .run_context import RunContextWrapper, TContext
5
from .tool import Tool
0 commit comments