Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 09:41
· 6 commits to main since this release

Compatibility Notes

  • [ai-api] Update AI API spec to 2501b release.
    The kubesubmitV4GenericSecretsGet function is renamed to kubesubmitV4GenericSecretsGetAll. (1731104)
  • [orchestration] Deprecate buildAzureContentFilter() function.
    Use buildAzureContentSafetyFilter() function instead. (54a9044)
  • [orchestration] Update Orchestration to 2502a Release (2c76a1f)

New Functionalities

  • [orchestration] Support configuring data masking for grounding inputs. (16d97ab)
  • [orchestration] Support using prompt registry with orchestration client. (5c248a1)

Fixed Issues

  • [ai-api, foundation-models, orchestration] Consider destination when resolving deployment ids. (09b0d2d)
  • [langchain] Add tool_calls array to assistant messages only when it is not empty. (cd06f2a)