Commit d1b35cb
committed
fix: comprehensive websocket and LLM model validation
- Fix original websocket format error - Add robust model validation for all agent types - Prevent empty model strings in LiteLLM calls - Update Pydantic V2 compatibility (dict() -> model_dump()) - Improve error handling in workflow agents - Add comprehensive logging and validation Resolves issue with empty model strings causing LiteLLM failures Improves agent type validation and error handling1 parent 473cf63 commit d1b35cb
File tree
5 files changed
+866
-317
lines changed- src
- api
- schemas
- services/adk
- custom_agents
5 files changed
+866
-317
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments