Skip to content

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 11:39

Compatibility Notes

  • [core] 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)

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.

Improvements

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