Skip to content

[BUG] Latest Azure.AI.OpenAI is incompatible with latest OpenAI #52849

@stephentoub

Description

@stephentoub

Library name and version

Azure.AI.OpenAI 2.3.0-beta.2

Describe the bug

openai/openai-dotnet#631 introduced / changed virtual methods in the OpenAI Assistants client which Azure.AI.OpenAI now doesn't override. That means it's no longer injecting its transforms around URLs and the like, and any assistant operation that involves listing things now fails with Azure OpenAI.

Expected behavior

Using OpenAI AssistantsClient with Azure.AI.OpenAI works.

Actual behavior

404s due to using the wrong routes

Reproduction Steps

Any use of AssistantClient methods that retrieve things, like GetRunsAsync.

Environment

No response

Metadata

Metadata

Assignees

Labels

ClientThis issue is related to a non-management packageOpenAIService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions