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 9ce18e9 commit ebd34f2Copy full SHA for ebd34f2
samples-v2/openai_agents/durable_openai_runner.py
@@ -1,8 +1,5 @@
1
-import logging
2
-from typing import Any
3
-from durable_ai_agent_context import DurableAIAgentContext
4
-
5
import json
+import logging
6
from dataclasses import replace
7
from typing import Any, Union
8
@@ -17,6 +14,7 @@
17
14
from agents.run import DEFAULT_AGENT_RUNNER, DEFAULT_MAX_TURNS, AgentRunner
18
15
from pydantic_core import to_json
19
16
+from durable_ai_agent_context import DurableAIAgentContext
20
from durable_model_stub import _DurableModelStub
21
22
logger = logging.getLogger(__name__)
0 commit comments