Regenerate AgentServer models from Foundry release - #48794
Draft
Shiva S (Shivakishore14) wants to merge 1 commit into
Draft
Regenerate AgentServer models from Foundry release#48794Shiva S (Shivakishore14) wants to merge 1 commit into
Shiva S (Shivakishore14) wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
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
2.2.0b2Why the generated surface changed
The previous SDK pin (
be2980b2e3b8fbf9e2034cbe441c388b2f6b54b2) predates the Foundry release consolidation. The new pin (9a69dbbfe1adfc1dc7f2a0ef4fa374dadf8abf7b) combinesfeature/foundry-releasewith the AgentServer projection, so generation now consumes the current shared OpenAI, memory, tool, toolbox, agent, skill, and common model sources.Generation continues to use the SDK-pinned
@azure-tools/openai-typespec1.25.0 and@azure-tools/typespec-python0.63.5. The generated differences therefore come from the updated Foundry source contracts rather than an emitter dependency update.Contract compatibility
annotationsandlogprobsremain optionalcall_idremains optionalResponseUsageInputTokensDetails.cache_write_tokensremains requiredValidation
Spec source: Azure/azure-rest-api-specs@9a69dbb