Skip to content

Regenerate AgentServer models from Foundry release - #48794

Draft
Shiva S (Shivakishore14) wants to merge 1 commit into
Azure:mainfrom
Shivakishore14:sshiva/agentserver-foundry-release-models
Draft

Regenerate AgentServer models from Foundry release#48794
Shiva S (Shivakishore14) wants to merge 1 commit into
Azure:mainfrom
Shivakishore14:sshiva/agentserver-foundry-release-models

Conversation

@Shivakishore14

Copy link
Copy Markdown
Member

Summary

  • advance the AgentServer TypeSpec pin to the consolidated Foundry release merge
  • regenerate the complete TypedDict model surface and request validators using the SDK-pinned TypeSpec dependencies
  • add memory-command, procedural-memory, model-routing, content-filter, expanded tool configuration, and shell streaming-event contracts
  • refresh the API review surface and changelog for 2.2.0b2

Why the generated surface changed

The previous SDK pin (be2980b2e3b8fbf9e2034cbe441c388b2f6b54b2) predates the Foundry release consolidation. The new pin (9a69dbbfe1adfc1dc7f2a0ef4fa374dadf8abf7b) combines feature/foundry-release with 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-typespec 1.25.0 and @azure-tools/typespec-python 0.63.5. The generated differences therefore come from the updated Foundry source contracts rather than an emitter dependency update.

Contract compatibility

  • output-text annotations and logprobs remain optional
  • function-call output call_id remains optional
  • ResponseUsageInputTokensDetails.cache_write_tokens remains required

Validation

  • full package tests: 1,529 passed, 6 skipped
  • TypeSpec model and OpenAPI generation completed successfully
  • request validators regenerated from the emitted OpenAPI document
  • API markdown and metadata regenerated successfully

Spec source: Azure/azure-rest-api-specs@9a69dbb

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added the Hosted Agents sdk/agentserver/* label Aug 28, 2026
@azure-pipelines

Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hosted Agents sdk/agentserver/*

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant