-
Notifications
You must be signed in to change notification settings - Fork 332
Support invocations_ws in agent init #9009
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d576207
Add invocations_ws agent init support
Copilot 98934e0
Update agent init protocol help
Copilot ab39ee8
Honor protocol flags for image agent init
Copilot 4020370
Include fallback regions during agent init
Copilot c270d14
Support noninteractive voice sample init
Copilot bc6b69a
Merge main into invocations_ws init support
Copilot b07c5ab
Add voice live term to spelling dictionary
Copilot 9b1ee53
Remove voice sample env var coupling
Copilot cba283b
Clarify sample adoption overrides
Copilot a62af9c
Address sample adoption review feedback
Copilot 3ed8939
Tighten sample adoption model overrides
Copilot 81e4251
Validate Azure context flags before persisting
Copilot 79fdc60
Harden init context flag handling
Copilot a39bbb1
Address adoption review comments
Copilot b98706c
Apply protocol overrides to adopted samples
Copilot 98b49d1
Refine adoption override validation
Copilot e12a9c5
Address remaining adoption review feedback
Copilot e6bdd12
Support config-nested adopted agent overrides
Copilot 04f83c0
Validate adopted agent override targets
Copilot 7a5b320
Validate no-prompt Azure context flags
Copilot 241952d
Refine image protocol and model resolution
Copilot 9c9ad64
Narrow invocations_ws init PR scope
Copilot a519b87
Apply go fix suggestions
Copilot d5db27a
Wrap long init protocol lines
Copilot 7f62eb0
Suppress local invoke hint for websocket agents
Copilot 95cde48
Preserve invocable protocol precedence in next steps
Copilot ef716a9
Suppress websocket invoke suggestions after run and deploy
Copilot b72e28f
Handle non-invocable protocols consistently
Copilot 8147335
Fix activity image manifest test cleanup
Copilot b1bd083
Handle legacy activity protocol in next steps
Copilot 991c215
Load protocols from inline agent config for next steps
Copilot 6ee9c9c
Load next-step protocols from inline service properties
Copilot d260d0c
Emit explicit invoke protocol for mixed services
Copilot e610152
Fix multi-protocol local invoke hints
Copilot aa2a061
Use test context in inline-protocol assemble-state tests
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,6 +77,7 @@ words: | |
| - underscoped | ||
| - unparseable | ||
| - Vnext | ||
| - VOICELIVE | ||
| - webp | ||
| # Doctor / next-step terms | ||
| - nextstep | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,7 @@ | |
| "switzerlandnorth", | ||
| "uksouth", | ||
| "westus", | ||
| "westus2", | ||
| "westus3" | ||
| ] | ||
| } | ||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.