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 49e37a5 commit 18793baCopy full SHA for 18793ba
samples-v2/openai_agents/durable_openai_runner.py
@@ -92,18 +92,3 @@ def run_streamed(
92
**kwargs: Any,
93
) -> RunResultStreaming:
94
raise RuntimeError("Durable Functions do not support streaming.")
95
- def run(
96
- self,
97
- starting_agent: Agent[TContext],
98
- input: Union[str, list[TResponseInputItem]],
99
- **kwargs: Any,
100
- ) -> RunResult:
101
- raise RuntimeError("Durable Functions do not support asynchronous runs.")
102
-
103
- def run_streamed(
104
105
106
107
108
- ) -> RunResultStreaming:
109
- raise RuntimeError("Durable Functions do not support streaming.")
0 commit comments