Commit 803fc11
fix: pass start_executor to WorkflowBuilder constructor
In agent-framework 1.1.1, WorkflowBuilder requires start_executor as a
mandatory keyword argument. Moved from .set_start_executor() chain call
to constructor parameter.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1e66f9e commit 803fc11
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
0 commit comments