You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/packages/agenta-api-client/src/generated/api/resources/sessions/client/requests/SessionInteractionCancelStaleRequest.ts
Copy file name to clipboardExpand all lines: web/packages/agenta-api-client/src/generated/api/types/AnalyticsResponse.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import type * as AgentaApi from "../index.js";
8
8
exportinterfaceAnalyticsResponse{
9
9
/** Number of time buckets returned. */
10
10
count?: number|undefined;
11
-
/** Time-bucketed aggregates. Each bucket's `metrics` dict is keyed by the dotted `path` of the corresponding `MetricSpec`. */
11
+
/** Time-bucketed aggregates. Each bucket's `metrics` dict is keyed by the dotted `path` of the corresponding `MetricSpec`, ordered oldest to newest. */
12
12
buckets?: AgentaApi.MetricsBucket[]|undefined;
13
13
/** The resolved query used to compute the buckets. */
0 commit comments