diff --git a/src/libs/Exa/Generated/Exa.Models.AgentCostDollars.g.cs b/src/libs/Exa/Generated/Exa.Models.AgentCostDollars.g.cs index 5394dd2..1ec2bfd 100644 --- a/src/libs/Exa/Generated/Exa.Models.AgentCostDollars.g.cs +++ b/src/libs/Exa/Generated/Exa.Models.AgentCostDollars.g.cs @@ -44,7 +44,7 @@ public sealed partial class AgentCostDollars public required double PhoneNumbers { get; set; } /// - /// Per-provider cost in dollars for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only providers with non-zero usage are included. + /// Per-provider cost in dollars for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. /// [global::System.Text.Json.Serialization.JsonPropertyName("dataSources")] public global::System.Collections.Generic.Dictionary? DataSources { get; set; } @@ -64,7 +64,7 @@ public sealed partial class AgentCostDollars /// /// /// - /// Per-provider cost in dollars for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only providers with non-zero usage are included. + /// Per-provider cost in dollars for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] diff --git a/src/libs/Exa/Generated/Exa.Models.AgentDataSourceCost.g.cs b/src/libs/Exa/Generated/Exa.Models.AgentDataSourceCost.g.cs index 6c31ffd..da3e917 100644 --- a/src/libs/Exa/Generated/Exa.Models.AgentDataSourceCost.g.cs +++ b/src/libs/Exa/Generated/Exa.Models.AgentDataSourceCost.g.cs @@ -4,7 +4,7 @@ namespace Exa { /// - /// Per-provider cost in dollars for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only providers with non-zero usage are included. + /// Per-provider cost in dollars for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. /// public sealed partial class AgentDataSourceCost { diff --git a/src/libs/Exa/Generated/Exa.Models.AgentDataSourceProvider.g.cs b/src/libs/Exa/Generated/Exa.Models.AgentDataSourceProvider.g.cs index 6d0e5f1..23c9397 100644 --- a/src/libs/Exa/Generated/Exa.Models.AgentDataSourceProvider.g.cs +++ b/src/libs/Exa/Generated/Exa.Models.AgentDataSourceProvider.g.cs @@ -19,7 +19,7 @@ public enum AgentDataSourceProvider /// /// /// - FiberAi, + Fiber, /// /// /// @@ -31,7 +31,7 @@ public enum AgentDataSourceProvider /// /// /// - ParticleNews, + Particle, /// /// /// @@ -52,10 +52,10 @@ public static string ToValueString(this AgentDataSourceProvider value) { AgentDataSourceProvider.Affiliate => "affiliate", AgentDataSourceProvider.Baselayer => "baselayer", - AgentDataSourceProvider.FiberAi => "fiber_ai", + AgentDataSourceProvider.Fiber => "fiber", AgentDataSourceProvider.FinancialDatasets => "financial_datasets", AgentDataSourceProvider.Jinko => "jinko", - AgentDataSourceProvider.ParticleNews => "particle_news", + AgentDataSourceProvider.Particle => "particle", AgentDataSourceProvider.Similarweb => "similarweb", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; @@ -69,10 +69,10 @@ public static string ToValueString(this AgentDataSourceProvider value) { "affiliate" => AgentDataSourceProvider.Affiliate, "baselayer" => AgentDataSourceProvider.Baselayer, - "fiber_ai" => AgentDataSourceProvider.FiberAi, + "fiber" => AgentDataSourceProvider.Fiber, "financial_datasets" => AgentDataSourceProvider.FinancialDatasets, "jinko" => AgentDataSourceProvider.Jinko, - "particle_news" => AgentDataSourceProvider.ParticleNews, + "particle" => AgentDataSourceProvider.Particle, "similarweb" => AgentDataSourceProvider.Similarweb, _ => null, }; diff --git a/src/libs/Exa/Generated/Exa.Models.AgentDataSourceUsage.g.cs b/src/libs/Exa/Generated/Exa.Models.AgentDataSourceUsage.g.cs index c83b570..2f5725b 100644 --- a/src/libs/Exa/Generated/Exa.Models.AgentDataSourceUsage.g.cs +++ b/src/libs/Exa/Generated/Exa.Models.AgentDataSourceUsage.g.cs @@ -4,7 +4,7 @@ namespace Exa { /// - /// Per-provider tool call counts for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only providers with non-zero usage are included. + /// Per-provider tool call counts for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. /// public sealed partial class AgentDataSourceUsage { diff --git a/src/libs/Exa/Generated/Exa.Models.AgentUsage.g.cs b/src/libs/Exa/Generated/Exa.Models.AgentUsage.g.cs index b74063e..17e0b1f 100644 --- a/src/libs/Exa/Generated/Exa.Models.AgentUsage.g.cs +++ b/src/libs/Exa/Generated/Exa.Models.AgentUsage.g.cs @@ -37,7 +37,7 @@ public sealed partial class AgentUsage public required int PhoneNumbers { get; set; } /// - /// Per-provider tool call counts for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only providers with non-zero usage are included. + /// Per-provider tool call counts for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. /// [global::System.Text.Json.Serialization.JsonPropertyName("dataSources")] public global::System.Collections.Generic.Dictionary? DataSources { get; set; } @@ -56,7 +56,7 @@ public sealed partial class AgentUsage /// /// /// - /// Per-provider tool call counts for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only providers with non-zero usage are included. + /// Per-provider tool call counts for Exa Connect data sources used during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] diff --git a/src/libs/Exa/openapi.yaml b/src/libs/Exa/openapi.yaml index f6ca7c5..ca9cc14 100644 --- a/src/libs/Exa/openapi.yaml +++ b/src/libs/Exa/openapi.yaml @@ -6044,19 +6044,19 @@ components: provider: description: Exa Connect data provider to enable for the run. All provider tools are available by default. - example: fiber_ai + example: fiber "$ref": "#/components/schemas/AgentDataSourceProvider" required: - provider AgentDataSourceProvider: type: string enum: - - fiber_ai + - fiber - financial_datasets - similarweb - baselayer - affiliate - - particle_news + - particle - jinko description: Identifier of an Exa Connect data provider. SearchResponse: @@ -6911,7 +6911,7 @@ components: type: integer minimum: 0 description: Per-provider tool call counts for Exa Connect data sources used - during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only + during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. AgentCostDollars: type: object @@ -6948,7 +6948,7 @@ components: type: number minimum: 0 description: Per-provider cost in dollars for Exa Connect data sources used - during the run. Keys are provider names (e.g. `fiber_ai`, `similarweb`). Only + during the run. Keys are provider names (e.g. `fiber`, `similarweb`). Only providers with non-zero usage are included. AgentErrorResponse: type: object @@ -8667,7 +8667,7 @@ components: provider: description: Exa Connect data provider to enable for the run. All provider tools are available by default. - example: fiber_ai + example: fiber "$ref": "#/components/schemas/AgentDataSourceProvider" required: - provider