Skip to content

Commit d4500a5

Browse files
authored
add OpenAPI types to missingapi.yml (dotnet#10704)
1 parent 3aa4356 commit d4500a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_zip/missingapi.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ references:
3131
- uid: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
3232
name: IResourceStringProvider
3333
fullname: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
34+
- uid: OpenAI.Chat.ChatClient
35+
name: ChatClient
36+
fullname: OpenAI.Chat.ChatClient
37+
href: https://github.com/openai/openai-dotnet/blob/main/README.md
38+
- uid: OpenAI.Embeddings.EmbeddingClient
39+
name: EmbeddingClient
40+
fullname: OpenAI.Embeddings.EmbeddingClient
41+
href: https://github.com/openai/openai-dotnet/blob/main/README.md
42+
- uid: OpenAI.OpenAIClient
43+
name: OpenAIClient
44+
fullname: OpenAI.OpenAIClient
45+
href: https://github.com/openai/openai-dotnet/blob/main/README.md
3446
- uid: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
3547
name: CircuitBreakerStrategyOptions`1
3648
fullname: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
@@ -87,6 +99,10 @@ references:
8799
name: IReadOnlyPolicyRegistry<TKey>
88100
fullname: Polly.Registry.IReadOnlyPolicyRegistry<TKey>
89101
href: https://github.com/App-vNext/Polly/wiki
102+
- uid: Polly.ResilienceContext
103+
name: ResilienceContext
104+
fullname: Polly.ResilienceContext
105+
href: https://github.com/App-vNext/Polly/wiki
90106
- uid: Polly.ResiliencePipeline`1
91107
name: ResiliencePipeline`1
92108
fullname: Polly.ResiliencePipeline`1

0 commit comments

Comments
 (0)