Skip to content
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

Add OpenAPI types to _missingapi.yml #10704

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _zip/missingapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ references:
- uid: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
name: IResourceStringProvider
fullname: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
- uid: OpenAI.Chat.ChatClient
name: ChatClient
fullname: OpenAI.Chat.ChatClient
href: https://github.com/openai/openai-dotnet/blob/main/README.md
- uid: OpenAI.Embeddings.EmbeddingClient
name: EmbeddingClient
fullname: OpenAI.Embeddings.EmbeddingClient
href: https://github.com/openai/openai-dotnet/blob/main/README.md
- uid: OpenAI.OpenAIClient
name: OpenAIClient
fullname: OpenAI.OpenAIClient
href: https://github.com/openai/openai-dotnet/blob/main/README.md
- uid: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
name: CircuitBreakerStrategyOptions`1
fullname: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
Expand Down Expand Up @@ -87,6 +99,10 @@ references:
name: IReadOnlyPolicyRegistry<TKey>
fullname: Polly.Registry.IReadOnlyPolicyRegistry<TKey>
href: https://github.com/App-vNext/Polly/wiki
- uid: Polly.ResilienceContext
name: ResilienceContext
fullname: Polly.ResilienceContext
href: https://github.com/App-vNext/Polly/wiki
- uid: Polly.ResiliencePipeline`1
name: ResiliencePipeline`1
fullname: Polly.ResiliencePipeline`1
Expand Down