Skip to content

v2.30.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:26
· 45 commits to main since this release
Immutable release. Only release title and notes can be modified.

⚡️ Enhancement Notes

  • AzureOpenAIChatGenerator now accepts a Secret for the azure_endpoint and api_version parameters in addition to a plain string. This makes it possible to resolve these values from environment variables at runtime, for example with Secret.from_env_var("AZURE_OPENAI_ENDPOINT"), so the same serialized pipeline can switch between environments (e.g. dev and prod) by changing environment variables instead of the pipeline definition.