From 518c2734c4ec05d18951615c31694f430eb58d11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jun 2026 17:09:17 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Dust.Models.GetWAnalyticsExportTable.g.cs | 2 +- .../Generated/Dust.Models.PrivateAgentMessage.g.cs | 8 ++++---- .../Dust.Models.PrivateLightAgentMessage.g.cs | 8 ++++---- src/libs/Dust/openapi.yaml | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/libs/Dust/Generated/Dust.Models.GetWAnalyticsExportTable.g.cs b/src/libs/Dust/Generated/Dust.Models.GetWAnalyticsExportTable.g.cs index c14ed1c..f5135ff 100644 --- a/src/libs/Dust/Generated/Dust.Models.GetWAnalyticsExportTable.g.cs +++ b/src/libs/Dust/Generated/Dust.Models.GetWAnalyticsExportTable.g.cs @@ -13,7 +13,7 @@ public enum GetWAnalyticsExportTable /// ActiveUsers, /// - /// Top agents by message count. + /// Top agents by message count, including credits. /// Agents, /// diff --git a/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs index 124e8ba..47f840f 100644 --- a/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs +++ b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs @@ -149,13 +149,13 @@ public sealed partial class PrivateAgentMessage public global::System.Collections.Generic.IList? Reactions { get; set; } /// - /// Cost of producing this agent message, in AWU credits (intelligence + tool credits). Null when no billable usage is attributed to the message. + /// Cost of producing this agent message, in credits (intelligence + tool credits). Null when no billable usage is attributed to the message. /// [global::System.Text.Json.Serialization.JsonPropertyName("costCredits")] public int? CostCredits { get; set; } /// - /// Aggregated AWU credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. + /// Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. /// [global::System.Text.Json.Serialization.JsonPropertyName("subAgentCostCredits")] public double? SubAgentCostCredits { get; set; } @@ -198,10 +198,10 @@ public sealed partial class PrivateAgentMessage /// /// /// - /// Cost of producing this agent message, in AWU credits (intelligence + tool credits). Null when no billable usage is attributed to the message. + /// Cost of producing this agent message, in credits (intelligence + tool credits). Null when no billable usage is attributed to the message. /// /// - /// Aggregated AWU credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. + /// Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] diff --git a/src/libs/Dust/Generated/Dust.Models.PrivateLightAgentMessage.g.cs b/src/libs/Dust/Generated/Dust.Models.PrivateLightAgentMessage.g.cs index 6f0922c..2fd9a2c 100644 --- a/src/libs/Dust/Generated/Dust.Models.PrivateLightAgentMessage.g.cs +++ b/src/libs/Dust/Generated/Dust.Models.PrivateLightAgentMessage.g.cs @@ -126,13 +126,13 @@ public sealed partial class PrivateLightAgentMessage public int? CompletionDurationMs { get; set; } /// - /// Cost of producing this agent message, in AWU credits (intelligence + tool credits). Null when no billable usage is attributed to the message. + /// Cost of producing this agent message, in credits (intelligence + tool credits). Null when no billable usage is attributed to the message. /// [global::System.Text.Json.Serialization.JsonPropertyName("costCredits")] public int? CostCredits { get; set; } /// - /// Aggregated AWU credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. + /// Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. /// [global::System.Text.Json.Serialization.JsonPropertyName("subAgentCostCredits")] public double? SubAgentCostCredits { get; set; } @@ -179,10 +179,10 @@ public sealed partial class PrivateLightAgentMessage /// /// /// - /// Cost of producing this agent message, in AWU credits (intelligence + tool credits). Null when no billable usage is attributed to the message. + /// Cost of producing this agent message, in credits (intelligence + tool credits). Null when no billable usage is attributed to the message. /// /// - /// Aggregated AWU credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. + /// Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise. /// /// /// diff --git a/src/libs/Dust/openapi.yaml b/src/libs/Dust/openapi.yaml index 96034fc..7c75663 100644 --- a/src/libs/Dust/openapi.yaml +++ b/src/libs/Dust/openapi.yaml @@ -258,7 +258,7 @@ "in": "query", "name": "table", "required": true, - "description": "The analytics table to export:\n- \"usage_metrics\": Messages, conversations, and active users over time.\n- \"active_users\": Daily, weekly, and monthly active user counts.\n- \"source\": Message volume by context origin (web, slack, etc.).\n- \"agents\": Top agents by message count.\n- \"users\": Top users by message count.\n- \"skills\": Skill metadata catalog.\n- \"skill_usage\": Skill executions and unique users over time.\n- \"tool_usage\": Tool executions and unique users over time.\n- \"messages\": Detailed message-level logs.\n- \"feedback\": Detailed message-level feedback (thumbs, content, conversation URL).\n", + "description": "The analytics table to export:\n- \"usage_metrics\": Messages, conversations, and active users over time.\n- \"active_users\": Daily, weekly, and monthly active user counts.\n- \"source\": Message volume by context origin (web, slack, etc.).\n- \"agents\": Top agents by message count, including credits.\n- \"users\": Top users by message count, including credits.\n- \"skills\": Skill metadata catalog.\n- \"skill_usage\": Skill executions and unique users over time.\n- \"tool_usage\": Tool executions and unique users over time.\n- \"messages\": Detailed message-level logs.\n- \"feedback\": Detailed message-level feedback (thumbs, content, conversation URL).\n", "schema": { "type": "string", "enum": [ @@ -10462,12 +10462,12 @@ "costCredits": { "type": "integer", "nullable": true, - "description": "Cost of producing this agent message, in AWU credits (intelligence + tool credits). Null when no billable usage is attributed to the message." + "description": "Cost of producing this agent message, in credits (intelligence + tool credits). Null when no billable usage is attributed to the message." }, "subAgentCostCredits": { "type": "number", "nullable": true, - "description": "Aggregated AWU credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise." + "description": "Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise." } } }, @@ -10613,12 +10613,12 @@ "costCredits": { "type": "integer", "nullable": true, - "description": "Cost of producing this agent message, in AWU credits (intelligence + tool credits). Null when no billable usage is attributed to the message." + "description": "Cost of producing this agent message, in credits (intelligence + tool credits). Null when no billable usage is attributed to the message." }, "subAgentCostCredits": { "type": "number", "nullable": true, - "description": "Aggregated AWU credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise." + "description": "Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise." }, "activitySteps": { "type": "array",