Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 11:04
· 31 commits to main since this release

Compatibility Notes

  • [orchestration] Switch some of the orchestration interfaces to types, as they were introduced by accident.
  • [orchestration] Remove grounding key from the type ModuleResults. (6fe32b8)
  • [orchestration] FilteringConfig type has been renamed to InputFilteringConfig and OutputFilteringConfig for future extensibility. (bf17e17)

Fixed Issues

  • [foundation-models, orchestration] Get choice via index by comparing the index property instead of using array index.
  • [orchestration] Fix input and output filters to disallow additional properties as part of the filter config.