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 b93c9728..80ec8954 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
@@ -43,6 +43,10 @@ public enum IncludeEnum
/// Include the sources of the web search tool call.
///
WebSearchCallActionSources,
+ ///
+ ///
+ ///
+ WebSearchCallResults,
}
///
@@ -64,6 +68,7 @@ public static string ToValueString(this IncludeEnum value)
IncludeEnum.MessageOutputTextLogprobs => "message.output_text.logprobs",
IncludeEnum.ReasoningEncryptedContent => "reasoning.encrypted_content",
IncludeEnum.WebSearchCallActionSources => "web_search_call.action.sources",
+ IncludeEnum.WebSearchCallResults => "web_search_call.results",
_ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
};
}
@@ -81,6 +86,7 @@ public static string ToValueString(this IncludeEnum value)
"message.output_text.logprobs" => IncludeEnum.MessageOutputTextLogprobs,
"reasoning.encrypted_content" => IncludeEnum.ReasoningEncryptedContent,
"web_search_call.action.sources" => IncludeEnum.WebSearchCallActionSources,
+ "web_search_call.results" => IncludeEnum.WebSearchCallResults,
_ => null,
};
}
diff --git a/src/libs/tryAGI.OpenAI/openapi.yaml b/src/libs/tryAGI.OpenAI/openapi.yaml
index 28ec0ec7..efdee9f1 100644
--- a/src/libs/tryAGI.OpenAI/openapi.yaml
+++ b/src/libs/tryAGI.OpenAI/openapi.yaml
@@ -68158,6 +68158,7 @@ components:
type: string
enum:
- file_search_call.results
+ - web_search_call.results
- web_search_call.action.sources
- message.input_image.image_url
- computer_call_output.output.image_url