/ releasenotes / notes / move-tool-ff98d464d3e5d775.yaml
move-tool-ff98d464d3e5d775.yaml
1  ---
2  features:
3    - |
4      Introduce new State dataclass with a customizable schema for managing Agent state.
5      Enhance error logging of Tool and extend the ToolInvoker component to work with newly introduced State.
6  fixes:
7    - |
8      Fix an issue that prevented Jinja2-based ComponentTools from being passed into pipelines at runtime.