Support invocations_ws in agent init#9009
Draft
v1212 wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
invocations_wsas a selectable protocol forazd ai agent init.responsesand documentsinvocations_wsin agent help/schema descriptions.protocol_versions.Validation
go test ./...fromcli/azd/extensions/azure.ai.agentsgo build ./...fromcli/azd/extensions/azure.ai.agentsazd x buildfromcli/azd/extensions/azure.ai.agentsLive validation
azd ai agent init --protocol invocations_wsis accepted and reaches template selection, confirming protocol parsing no longer rejects it.voiceazd0708acct/voiceazd0708projvoice-ws-echo:1definition.protocol_versions: [{ protocol: invocations_ws, version: 2.0.0 }]activeinvocations_wssmoke passed: receivedsession_started, 9600 audio bytes,response_done, no error.azd deployvalidation is still blocked locally by azd auth: this machine's az CLI is logged in and can deploy via direct API, butazd deployrequiresazd auth login; I did not complete an interactive azd device login in order to avoid disrupting other local work.