Skip to content

v2.1.0

Compare
Choose a tag to compare
@kichanyurd kichanyurd released this 29 Apr 18:04
· 1486 commits to develop since this release

[2.1.0] - 2025-04-29

Added

  • ToolParameterOptions.choice_provider can now access ToolContext
  • Added utterance/draft toggle in the integrated UI
  • Added new guideline relationship: Dependency
  • Added tool relationships and the OVERLAP relationship
  • Added the 'overlap' property to tools. By default, tools will be assumed not to overlap with each other, simplifying their evaluation at runtime.

Changed

  • Improved tool calling efficiency by adjusting the prompt to the tool at hand
  • Revised completion schema (ARQs) for tool calling
  • Utterances now follow a 2-stage process: draft + select
  • Changed guest customer name to Guest

Fixed

  • Fixed deprioritized guidelines always being skipped
  • Fixed agent creation with tags
  • Fixed client CLI exit status when encountering an error
  • Fixed agent update

Known Issues

  • OpenAPI tool services sometimes run into issues due to a version update in aiopenapi3