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 16940f8 commit 7526494Copy full SHA for 7526494
samples-v2/openai_agents/yield_exception.py
@@ -1,6 +1,6 @@
1
from azure.durable_functions.models.Task import TaskBase
2
3
-class YieldException(Exception):
+class YieldException(BaseException):
4
def __init__(self, task: TaskBase):
5
super().__init__("Orchestrator should yield.")
6
self.task = task
0 commit comments