Commit 369e3f7
fix: Workflow.run_stream() -> run(stream=True) in 1.1.1
Workflow no longer has run_stream() method. Use run(message, stream=True)
instead, which returns an async iterator of WorkflowEvents.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 793f1b3 commit 369e3f7
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- src/ContentProcessorWorkflow/src
- libs/agent_framework
- steps
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments