Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 2.18 KB

Next

Breaking Changes

Function removed

Function moved

Signature changed

Implementation changed

1.9.0

New Features

  • [langchain] Add LangChain Orchestration client. (a45dc06)
  • [orchestration] Introduce buildLlamaGuardFilter() convenience function to build Llama guard filters. (bc51f59)

Fixed Issues

  • [ai-api, core] Add missing cause in the error object for failing HTTP requests by using ErrorWithCause, providing more context for debugging.

    [Compatibility Note] Due to the introduction of ErrorWithCause, AxiosError is now wrapped inside the cause property. For example, use error.cause.response.data instead of error.response.data to access the error response from the server. (bfed500)

Improvements

  • [orchestration] Update Orchestration to 2502b Release (84175fb)