Skip to content

Commit 764b8e9

Browse files
committed
add missing OpenAI and StackExchange APIs
1 parent 6fbd9cb commit 764b8e9

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

_zip/missingapi.yml

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,38 @@ references:
3131
- uid: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
3232
name: IResourceStringProvider
3333
fullname: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
34+
- uid: OpenAI.Assistants.AssistantClient
35+
name: AssistantClient
36+
fullname: OpenAI.Assistants.AssistantClient
37+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
3438
- uid: OpenAI.Chat.ChatClient
3539
name: ChatClient
3640
fullname: OpenAI.Chat.ChatClient
37-
href: https://github.com/openai/openai-dotnet/blob/main/README.md
41+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
3842
- uid: OpenAI.Embeddings.EmbeddingClient
3943
name: EmbeddingClient
4044
fullname: OpenAI.Embeddings.EmbeddingClient
41-
href: https://github.com/openai/openai-dotnet/blob/main/README.md
45+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
4246
- uid: OpenAI.OpenAIClient
4347
name: OpenAIClient
4448
fullname: OpenAI.OpenAIClient
45-
href: https://github.com/openai/openai-dotnet/blob/main/README.md
49+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
50+
- uid: OpenAI.RealTimeConversation.ConversationFunctionTool
51+
name: ConversationFunctionTool
52+
fullname: OpenAI.RealTimeConversation.ConversationFunctionTool
53+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
54+
- uid: OpenAI.RealTimeConversation.ConversationUpdate
55+
name: ConversationUpdate
56+
fullname: OpenAI.RealTimeConversation.ConversationUpdate
57+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
58+
- uid: OpenAI.RealTimeConversation.RealTimeConversationClient
59+
name: RealTimeConversationClient
60+
fullname: OpenAI.RealTimeConversation.RealTimeConversationClient
61+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
62+
- uid: OpenAI.RealTimeConversation.RealTimeConversationSession
63+
name: RealTimeConversationSession
64+
fullname: OpenAI.RealTimeConversation.RealTimeConversationSession
65+
href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs
4666
- uid: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
4767
name: CircuitBreakerStrategyOptions`1
4868
fullname: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
@@ -151,6 +171,18 @@ references:
151171
name: LoggingLevelSwitch
152172
fullname: Serilog.Core.LoggingLevelSwitch
153173
href: https://github.com/serilog/serilog/blob/dev/src/Serilog/Core/LoggingLevelSwitch.cs
174+
- uid: StackExchange.Redis.ConfigurationOptions
175+
name: ConfigurationOptions
176+
fullname: StackExchange.Redis.ConfigurationOptions
177+
href: https://www.fuget.org/packages/StackExchange.Redis/2.8.24/lib/netstandard2.0/StackExchange.Redis.dll/StackExchange.Redis/ConfigurationOptions
178+
- uid: StackExchange.Redis.IConnectionMultiplexer
179+
name: IConnectionMultiplexer
180+
fullname: StackExchange.Redis.IConnectionMultiplexer
181+
href: https://www.fuget.org/packages/StackExchange.Redis/2.8.24/lib/netstandard2.0/StackExchange.Redis.dll/StackExchange.Redis/IConnectionMultiplexer
182+
- uid: StackExchange.Redis.Profiling.ProfilingSession
183+
name: ProfilingSession
184+
fullname: StackExchange.Redis.Profiling.ProfilingSession
185+
href: https://www.fuget.org/packages/StackExchange.Redis/2.8.24/lib/netstandard2.0/StackExchange.Redis.dll/StackExchange.Redis.Profiling/ProfilingSession
154186
- uid: System.Diagnostics.PresentationTraceSources.TraceLevel
155187
name: PresentationTraceSources.TraceLevel
156188
fullname: System.Diagnostics.PresentationTraceSources.TraceLevel

0 commit comments

Comments
 (0)