Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-19 | 462 Bytes | |
v2.14.3 source code.tar.gz | 2025-06-19 | 7.3 MB | |
v2.14.3 source code.zip | 2025-06-19 | 7.9 MB | |
Totals: 3 Items | 15.2 MB | 3 |
Bug Fixes
- In ConditionalRouter fixed the
to_dict
andfrom_dict
methods to properly handle the case whenoutput_type
is a List of types or a List of strings. This occurs when a user specifies a route in ConditionalRouter to have multiple outputs. - Fix the serialization of ComponentTool and Tool when specifying
outputs_to_string
. Previously an error occurred on deserialization right after serializing ifoutputs_to_string
is not None.