| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-09 | 474 Bytes | |
| v2.30.1 source code.tar.gz | 2026-06-09 | 19.2 MB | |
| v2.30.1 source code.zip | 2026-06-09 | 26.6 MB | |
| Totals: 3 Items | 45.7 MB | 1 | |
⚡️ Enhancement Notes
AzureOpenAIChatGeneratornow accepts aSecretfor theazure_endpointandapi_versionparameters in addition to a plain string. This makes it possible to resolve these values from environment variables at runtime, for example withSecret.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.