Skip to content

@langchain/openai@1.5.11

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:31
21fff39

Patch Changes

  • #11448 53dbfc2 Thanks @hntrl! - fix(openai): resolve encrypted content with zdr when streaming

    OpenAI recently changed the disposition of encrypted_content to contain the canonical payload on the final done event. Encrypted content also does not need to be a parameter in the include call options in order to propagate.