-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Copy link
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeBuildFeatures planned for next Build conferenceFeatures planned for next Build conferencesk team issueA tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Description
2.2.0-beta.1 for both Azure OpenAI SDK and OpenAI SDK now supports Audio Content
This issue tracks this requirement to be added as a new feature on both OpenAI and AzureOpenAI Connectors.
-
Audio input for Chat Completions using
gpt-4o-audio-preview
or other compatible models: provide input audio viaChatMessageContentPart.CreateInputAudioPart()
, setAudioOptions
andResponseModalities
onChatCompletionOptions
, retrieve response audio viaOutputAudio
onChatCompletion
, and reference audio history from the assistant by using theAssistantChatMessage(ChatCompletion)
constructor or usingChatMessageContentPart.CreateAudioPart(string)
. For more information, refer to the examples in the OpenAI README.
joslat
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeBuildFeatures planned for next Build conferenceFeatures planned for next Build conferencesk team issueA tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Type
Projects
Status
Sprint: Done