From a518b08f12b9c427baf78c1fb9edb77a007d7032 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 May 2026 10:27:29 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/tryAGI.OpenAI.Models.IncludeEnum.g.cs | 3 ++- src/libs/tryAGI.OpenAI/openapi.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.IncludeEnum.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.IncludeEnum.g.cs index 80ec8954..4131caf3 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.IncludeEnum.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.IncludeEnum.g.cs @@ -5,6 +5,7 @@ namespace tryAGI.OpenAI { /// /// Specify additional output data to include in the model response. Currently supported values are:
+ /// - `web_search_call.results`: Include the search results of the web search tool call.
/// - `web_search_call.action.sources`: Include the sources of the web search tool call.
/// - `code_interpreter_call.outputs`: Includes the outputs of python code execution in code interpreter tool call items.
/// - `computer_call_output.output.image_url`: Include image urls from the computer call output.
@@ -44,7 +45,7 @@ public enum IncludeEnum ///
WebSearchCallActionSources, /// - /// + /// Include the search results of the web search tool call. /// WebSearchCallResults, } diff --git a/src/libs/tryAGI.OpenAI/openapi.yaml b/src/libs/tryAGI.OpenAI/openapi.yaml index ff91a678..6595bece 100644 --- a/src/libs/tryAGI.OpenAI/openapi.yaml +++ b/src/libs/tryAGI.OpenAI/openapi.yaml @@ -74257,6 +74257,9 @@ components: Specify additional output data to include in the model response. Currently supported values are: + - `web_search_call.results`: Include the search results of the web + search tool call. + - `web_search_call.action.sources`: Include the sources of the web search tool call.