Favicon of azure-openai-to-responses

azure-openai-to-responses Skill

AI Agent SkillCloud & DevOpsJupyter NotebookOpen source

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API, s Published by microsoft in ai-agents-for-beginners.

Decision snapshot

Is this a fit?

Best for

Testing, Deployment, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

1 month ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is azure-openai-to-responses Skill?

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API, s Published by microsoft in ai-agents-for-beginners. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Deployment
  • Testing use cases
  • Deployment use cases

Declared skill metadata

  • Declared license: MIT
  • Source file: .agents/skills/azure-openai-to-responses/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use azure-openai-to-responses Skill

  • Use it for testing.
  • Use it for deployment.

Built with

Jupyter NotebookCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/ai-agents-for-beginners
  • Skill file: .agents/skills/azure-openai-to-responses/SKILL.md

What it does

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API, s

Skill instructions

Migrate Python Apps from Azure OpenAI Chat Completions to Responses API AUTHORITATIVE GUIDANCE — FOLLOW EXACTLY This skill migrates Python codebases using Azure OpenAI Chat Completions to the unified Responses API. Follow these instructions precisely. Do not improvise parameter mappings or invent API shapes. --- Triggers Activate this skill when user wants to: - Migrate a Python app from Azure OpenAI Chat Completions to Responses API - Upgrade Python OpenAI SDK usage to the latest API shape against Azure OpenAI - Prepare Python code for GPT-5 or newer models that require Responses on Azure - Switch from AzureOpenAI/AsyncAzureOpenAI to standard OpenAI/AsyncOpenAI client with the v1 endpoint - Fix deprecation warnings related to AzureOpenAI constructors or apiversion --- ⚠️ Model Compatibility — CHECK FIRST Before migrating, verify your Azure OpenAI deployment supports the Responses API. 1. Smoke-test your deployment (fastest) python import os from openai import OpenAI client = OpenAI( a

Verified compatibility and discovery

Frequently asked questions

What is azure-openai-to-responses?

azure-openai-to-responses is a open-source AI agent skill with Copy skill directory. Migrate Python apps from Azure OpenAI Chat Completions to the Responses API.

Who is azure-openai-to-responses best for?

azure-openai-to-responses is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows.

How do I install azure-openai-to-responses?

Install or run azure-openai-to-responses using Copy skill directory. Check azure-openai-to-responses for the latest setup command.

Is azure-openai-to-responses actively maintained?

azure-openai-to-responses may need a closer maintenance check before production use.

Share:

Stars
72,200
Forks
23,914
Last commit
1 month ago
Last verified
Aug 20, 2026
Metadata fetched
Aug 20, 2026
Repository age
2 years
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to azure-openai-to-responses