langflow/src
anovazzi1 907d9929e4
Fix: prevent infinity bug on agent (#4876)
* Fix error handling and logging in build_flow function

* Refactor: Update serialize_field function in utils.py

This commit refactors the serialize_field function in utils.py to handle additional data types. It now properly serializes BaseModel objects and dictionaries by recursively calling the serialize_field function on their values. Additionally, it ensures that all other data types are converted to strings before returning.

#4873

* update serialize
2024-11-26 21:48:00 +00:00
..
backend Fix: prevent infinity bug on agent (#4876) 2024-11-26 21:48:00 +00:00
frontend Refactor: improve codeAreaModalComponent.spec.ts (#4854) 2024-11-26 20:09:27 +00:00