Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @azure/openai from 1.0.0-beta.10 to 1.0.0-beta.12 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps @azure/openai from 1.0.0-beta.10 to 1.0.0-beta.12.

Release notes

Sourced from @​azure/openai's releases.

@​azure/openai_1.0.0-beta.12

1.0.0-beta.12 (2024-04-01)

Features Added

  • Adds a new property logprobs in ChatChoice to support log probabilities for this chat choice
  • Adds new properties logprobs and topLogprobs in ChatCompletionsOptions class to support log probabilities for chat completions
  • Adds dimensions in GetEmbeddingsOptions. when using Azure OpenAI, specifies the input type to use for embedding search.
  • Updates the default service API version to 2024-03-01-preview
  • Returns content filter results and prompt filter results for image generations through contentFilterResults and promptFilterResults properties

Breaking Changes

  • AzureChatExtensionConfiguration, OnYourDataAuthenticationOptions, OnYourDataVectorizationSource, OnYourDataVectorizationSourceType, ChatCompletionsNamedToolSelection, ChatCompletionsToolDefinition, ChatCompletionsToolCall, ChatMessageContentItem, ChatRequestMessage, ChatFinishDetails are renamed with Union postfix.
  • AzureCognitiveSearchQueryType, ChatMessageImageDetailLevel, ElasticsearchQueryType, FunctionCallPreset, ImageGenerationQuality, ImageGenerationResponseFormat, ImageSize, ImageGenerationStyle, OnYourDataAuthenticationType, OnYourDataVectorizationSourceType union types no longer have fixed values.
  • prompFilterResults property in ChatCompletions, prompFilterResults property in Choice, toolCalls in ChatResponseMessage are now optional

Changes to "bring your own data" features:

  • Introduces a new type: AzureChatExtensionDataSourceResponseCitation
  • For AzureChatExtensionsMessageContext, replaced messages property with citations and added intent as a string
  • Rename AzureCognitiveSearch to AzureSearch
  • embeddingDependency is a required property for AzureCosmosDBChatExtensionConfiguration
  • All extension configuration type properties are changed into snake casing. For example, type AzureCosmosDB is changed into azure_cosmos_dbin AzureCosmosDBChatExtensionConfiguration
  • All authentication type properties are changed into snake casing. For example, type ConnectionString is changed into connection_stringin OnYourDataConnectionStringAuthenticationOptions
  • New properties are added to AzureCosmosDBFieldMappingOptions: contentFields, contentFieldsSeparator, filepathField, titleField, and urlField.
  • Adds additional support for different authentication options, including access token and encoded API key authentication
  • embeddingDependency is required in PineconeChatExtensionConfiguration
  • contentField is required in PineconeFieldMappingOptions

Bugs Fixed

  • Fix a bug where ChatCompletionsFunctionToolCall did not expose the index property for the streaming mode.
Commits
  • c3988e4 Sync eng/common directory with azure-sdk-tools for PR 7986 (#29141)
  • 7c3bec9 [test-credential] Cleanup tilde (~) in favor of caret (^) for @​azure-tools/te...
  • 66909ae [OpenAI] Prepare release script & publish samples (#29137)
  • 158e74f Added Alpha3 Hold Unhold sdk changes. (#28797)
  • 09fac37 [Perf] Fix service-bus and event-hubs perf pipelines (#29124)
  • 7ddba2c [app-config] Run prepare release script (#29134)
  • 877fbf2 [Azure Monitor OpenTelemetry] Handle Parsing Nested Objects in Integration Te...
  • 7f1f103 [Test Utils] [Recorder] Migrate to esm (#28667)
  • 1f4aa9a Integrate ESRP Release to release pipeline (#28892)
  • 808963a [Identity] Renames for msi to mi or managed-identity (#29119)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/openai since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2024
Bumps [@azure/openai](https://github.com/Azure/azure-sdk-for-js) from 1.0.0-beta.10 to 1.0.0-beta.12.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/openai_1.0.0-beta.10...@azure/openai_1.0.0-beta.12)

---
updated-dependencies:
- dependency-name: "@azure/openai"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/azure/openai-1.0.0-beta.12 branch from f62bd8f to 7822acd Compare April 22, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants