Skip to content

Commit e3adf01

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#345)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent cef9a46 commit e3adf01

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.WebSearchActionOpenPage.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace tryAGI.OpenAI
99
public sealed partial class WebSearchActionOpenPage
1010
{
1111
/// <summary>
12-
/// The action type.
12+
/// The action type. Always `open_page`.
1313
/// </summary>
1414
[global::System.Text.Json.Serialization.JsonPropertyName("type")]
1515
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.WebSearchActionOpenPageTypeJsonConverter))]
@@ -31,7 +31,7 @@ public sealed partial class WebSearchActionOpenPage
3131
/// Initializes a new instance of the <see cref="WebSearchActionOpenPage" /> class.
3232
/// </summary>
3333
/// <param name="type">
34-
/// The action type.
34+
/// The action type. Always `open_page`.
3535
/// </param>
3636
/// <param name="url">
3737
/// The URL opened by the model.

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.WebSearchActionOpenPageType.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace tryAGI.OpenAI
55
{
66
/// <summary>
7-
/// The action type.
7+
/// The action type. Always `open_page`.
88
/// </summary>
99
public enum WebSearchActionOpenPageType
1010
{

src/libs/tryAGI.OpenAI/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75313,7 +75313,7 @@ components:
7531375313
enum:
7531475314
- open_page
7531575315
description: |
75316-
The action type.
75316+
The action type. Always `open_page`.
7531775317
x-stainless-const: true
7531875318
url:
7531975319
description: |

0 commit comments

Comments
 (0)