- Fix several bugs in tasks verifications, as spotted by [cw00h](https://github.com/cw00h).
0.1.20
Features
- Save the type itself to [`Function.return_type`][agentdojo.functions_runtime.Function.return_type] instead of its string representation to avoid losing information.
Breaking Changes
- None
Bug Fixes
- None.
0.1.19
Features
- None.
Breaking Changes
- None
Bug Fixes
- Fix missing support for generic return types (e.g., `list[str]`) in [`Function.return_type`][agentdojo.functions_runtime.Function.return_type].
0.1.18
Features
- Now [`Function`][agentdojo.functions_runtime.Function] stores also the return type of the function and the full docstring.
Breaking Changes
- None
Bug Fixes
- None
0.1.17
Features
- None
Breaking Changes
- None
Bug Fixes
- Fix breaking changes due to updated APIs from some LLM providers.
0.1.16
Features
- Add the possibility to pass a custom pipeline element object as an LLM to a `PipelineConfig`.