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 e3fffea commit 5ab89bcCopy full SHA for 5ab89bc
samples-v2/openai_agents/durable_ai_agent_context.py
@@ -2,14 +2,11 @@
2
from typing import Any, Callable, Optional
3
4
from azure.durable_functions.models.DurableOrchestrationContext import DurableOrchestrationContext
5
-from yield_exception import YieldException
6
7
-from agents import (
8
- RunContextWrapper,
9
- Tool,
10
-)
+from agents import RunContextWrapper, Tool
11
from agents.function_schema import function_schema
12
from agents.tool import FunctionTool
+from yield_exception import YieldException
13
14
class DurableAIAgentContext:
15
def __init__(self, context: DurableOrchestrationContext):
0 commit comments