Skip to content

Commit

Permalink
add OpenAPI types to missingapi.yml (#10704)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Dec 9, 2024
1 parent 3aa4356 commit d4500a5
Showing 1 changed file with 16 additions and 0 deletions.
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

0 comments on commit d4500a5

Please sign in to comment.