v1.2.8
Changelog
New Features:
- Toolkit Instructions: Extended
Toolkit
withinstructions
andadd_instructions
to enable you to specify additional instructions related to how a tool should be used. These instructions are then added to the model’s “system message” ifadd_instructions=True
.
Bug Fixes:
- Teams transfer functions: Some tool definitions of teams failed for certain models. This has been fixed.
What's Changed
- Remove warning on deepcopy which gets triggered for some async knowledge bases by @dirkbrnd in #2659
- Fix cases where tools passed to internal agents fail by @dirkbrnd in #2658
- Toolkit Instructions by @ashpreetbedi in #2676
- v1.2.8 by @ashpreetbedi in #2680
Full Changelog: v1.2.7...v1.2.8