We are removing support for tools in order to produce a List[str] output type, for consistency with other generators.
Users interested in tool calling should use the corresponding Chat Generator.
Proposed Changes:
remove support for tools
change output type to List[str]
How did you test it?
CI
Notes for the reviewer
This is a breaking change and I will release a major version.
Related Issues
We are removing support for tools in order to produce a
List[str]
output type, for consistency with other generators. Users interested in tool calling should use the corresponding Chat Generator.Proposed Changes:
List[str]
How did you test it?
CI
Notes for the reviewer
This is a breaking change and I will release a major version.
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.