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.