v1.6.1

emcie-co/parlantv1.6.1Jan 20, 2025by kichanyurd

AI Summary

Bug fix release improving ToolCaller functionality and JSON generation.

Key Highlights

  • Fixed ToolCaller parameter optional detection
  • Fixed ToolCaller to only call tools when all required args are given
  • Improved valid JSON generation in MessageEventGenerator
  • Improved ToolCaller's ability to run multiple tools at once

Full Release Notes

## [1.6.1] - 2025-01-20

### Fixed
- Fix ToolCaller not getting clear information on a parameter being optional
- Ensure ToolCaller only calls a tool if all required args were given
- Improve valid JSON generation likelihood in MessageEventGenerator
- Improve ToolCaller's ability to correctly run multiple tools at once