From 78d1e15f21f58741e02d38b14411370199cdd6db Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:56:50 +0000 Subject: [PATCH 1/2] Initial plan From cdcd1641f9385b5da7bd2316e938baf775336efa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:03:10 +0000 Subject: [PATCH 2/2] Add missing OpenAI APIs to missingapi.yml file Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com> --- _zip/missingapi.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_zip/missingapi.yml b/_zip/missingapi.yml index fbd4a409388..3ae52cb1888 100644 --- a/_zip/missingapi.yml +++ b/_zip/missingapi.yml @@ -35,6 +35,10 @@ references: name: AssistantClient fullname: OpenAI.Assistants.AssistantClient href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs +- uid: OpenAI.Assistants.FunctionToolDefinition + name: FunctionToolDefinition + fullname: OpenAI.Assistants.FunctionToolDefinition + href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs - uid: OpenAI.Audio.AudioClient name: AudioClient fullname: OpenAI.Audio.AudioClient @@ -43,6 +47,10 @@ references: name: ChatClient fullname: OpenAI.Chat.ChatClient href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs +- uid: OpenAI.Chat.ChatTool + name: ChatTool + fullname: OpenAI.Chat.ChatTool + href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs - uid: OpenAI.Embeddings.EmbeddingClient name: EmbeddingClient fullname: OpenAI.Embeddings.EmbeddingClient @@ -51,6 +59,10 @@ references: name: OpenAIClient fullname: OpenAI.OpenAIClient href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs +- uid: OpenAI.Realtime.ConversationFunctionTool + name: ConversationFunctionTool + fullname: OpenAI.Realtime.ConversationFunctionTool + href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs - uid: OpenAI.RealtimeConversation.ConversationFunctionTool name: ConversationFunctionTool fullname: OpenAI.RealtimeConversation.ConversationFunctionTool @@ -71,6 +83,10 @@ references: name: OpenAIResponseClient fullname: OpenAI.Responses.OpenAIResponseClient href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs +- uid: OpenAI.Responses.ResponseTool + name: ResponseTool + fullname: OpenAI.Responses.ResponseTool + href: https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs - uid: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1 name: CircuitBreakerStrategyOptions`1 fullname: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1