Commit ebbba82
fix: remove unused WorkflowEvent import and restore 'invalid content' retry check
- Remove unused WorkflowEvent import from migration_processor.py (fixes lint F401)
- Restore 'model produced invalid content' transient error retry in
azure_openai_response_retry.py (regression from agent-framework 1.3.0 refactor)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3968aed commit ebbba82
2 files changed
Lines changed: 9 additions & 1 deletion
File tree
- src/processor/src
- libs/agent_framework
- steps
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
85 | 93 | | |
86 | 94 | | |
87 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments