@dalmia/calibrate-mcp 0.0.21 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/bin/mcp-server.js +75 -35
  2. package/bin/mcp-server.js.map +19 -16
  3. package/esm/landing-page.js +1 -1
  4. package/esm/lib/config.d.ts +2 -2
  5. package/esm/lib/config.js +2 -2
  6. package/esm/mcp-server/mcp-server.js +1 -1
  7. package/esm/mcp-server/server.js +1 -1
  8. package/esm/models/agentsummary.d.ts +32 -0
  9. package/esm/models/agentsummary.d.ts.map +1 -0
  10. package/esm/models/agentsummary.js +26 -0
  11. package/esm/models/agentsummary.js.map +1 -0
  12. package/esm/models/annotationtaskresponse.js +1 -1
  13. package/esm/models/annotationtaskresponse.js.map +1 -1
  14. package/esm/models/evaluatorliveversionsummary.d.ts +13 -0
  15. package/esm/models/evaluatorliveversionsummary.d.ts.map +1 -0
  16. package/esm/models/evaluatorliveversionsummary.js +12 -0
  17. package/esm/models/evaluatorliveversionsummary.js.map +1 -0
  18. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.d.ts +2 -2
  19. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.d.ts.map +1 -1
  20. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.js +2 -2
  21. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.js.map +1 -1
  22. package/esm/models/gettestendpointteststestuuidgetop.d.ts +2 -2
  23. package/esm/models/gettestendpointteststestuuidgetop.d.ts.map +1 -1
  24. package/esm/models/gettestendpointteststestuuidgetop.js +2 -2
  25. package/esm/models/gettestendpointteststestuuidgetop.js.map +1 -1
  26. package/esm/models/listagentsagentsgetop.d.ts +2 -2
  27. package/esm/models/listagentsagentsgetop.d.ts.map +1 -1
  28. package/esm/models/listagentsagentsgetop.js +2 -2
  29. package/esm/models/listagentsagentsgetop.js.map +1 -1
  30. package/esm/models/listteststestsgetop.d.ts +2 -2
  31. package/esm/models/listteststestsgetop.d.ts.map +1 -1
  32. package/esm/models/listteststestsgetop.js +2 -2
  33. package/esm/models/listteststestsgetop.js.map +1 -1
  34. package/esm/models/routersevaluatorsevaluatorresponse.d.ts +2 -2
  35. package/esm/models/routersevaluatorsevaluatorresponse.d.ts.map +1 -1
  36. package/esm/models/routersevaluatorsevaluatorresponse.js +2 -2
  37. package/esm/models/routersevaluatorsevaluatorresponse.js.map +1 -1
  38. package/esm/models/testlistconfig.d.ts +6 -0
  39. package/esm/models/testlistconfig.d.ts.map +1 -0
  40. package/esm/models/testlistconfig.js +8 -0
  41. package/esm/models/testlistconfig.js.map +1 -0
  42. package/esm/models/testlistresponse.d.ts +49 -0
  43. package/esm/models/testlistresponse.d.ts.map +1 -0
  44. package/esm/models/testlistresponse.js +33 -0
  45. package/esm/models/testlistresponse.js.map +1 -0
  46. package/esm/models/{routersteststestresponse.d.ts → testresponse.d.ts} +7 -7
  47. package/esm/models/testresponse.d.ts.map +1 -0
  48. package/esm/models/{routersteststestresponse.js → testresponse.js} +5 -5
  49. package/esm/models/testresponse.js.map +1 -0
  50. package/esm/models/updatetestendpointteststestuuidputop.d.ts +2 -2
  51. package/esm/models/updatetestendpointteststestuuidputop.d.ts.map +1 -1
  52. package/esm/models/updatetestendpointteststestuuidputop.js +2 -2
  53. package/esm/models/updatetestendpointteststestuuidputop.js.map +1 -1
  54. package/package.json +1 -1
  55. package/src/landing-page.ts +1 -1
  56. package/src/lib/config.ts +2 -2
  57. package/src/mcp-server/mcp-server.ts +1 -1
  58. package/src/mcp-server/server.ts +1 -1
  59. package/src/models/agentsummary.ts +53 -0
  60. package/src/models/annotationtaskresponse.ts +1 -1
  61. package/src/models/evaluatorliveversionsummary.ts +33 -0
  62. package/src/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.ts +5 -7
  63. package/src/models/gettestendpointteststestuuidgetop.ts +3 -6
  64. package/src/models/listagentsagentsgetop.ts +3 -6
  65. package/src/models/listteststestsgetop.ts +5 -5
  66. package/src/models/routersevaluatorsevaluatorresponse.ts +5 -5
  67. package/src/models/testlistconfig.ts +13 -0
  68. package/src/models/testlistresponse.ts +75 -0
  69. package/src/models/{routersteststestresponse.ts → testresponse.ts} +7 -11
  70. package/src/models/updatetestendpointteststestuuidputop.ts +3 -6
  71. package/esm/models/routersagentteststestresponse.d.ts +0 -41
  72. package/esm/models/routersagentteststestresponse.d.ts.map +0 -1
  73. package/esm/models/routersagentteststestresponse.js +0 -31
  74. package/esm/models/routersagentteststestresponse.js.map +0 -1
  75. package/esm/models/routersteststestresponse.d.ts.map +0 -1
  76. package/esm/models/routersteststestresponse.js.map +0 -1
  77. package/src/models/routersagentteststestresponse.ts +0 -65
@@ -11,23 +11,23 @@ import * as z from "zod";
11
11
  * - `tool_call`: diffs the generated tool calls
12
12
  * - `conversation`: judges the full conversation
13
13
  */
14
- export const RoutersTestsTestResponseType = {
14
+ export const TestResponseType = {
15
15
  Response: "response",
16
16
  ToolCall: "tool_call",
17
17
  Conversation: "conversation",
18
18
  };
19
- export const RoutersTestsTestResponseType$zodSchema = z.enum([
19
+ export const TestResponseType$zodSchema = z.enum([
20
20
  "response",
21
21
  "tool_call",
22
22
  "conversation",
23
23
  ]).describe("What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n");
24
- export const RoutersTestsTestResponse$zodSchema = z.object({
24
+ export const TestResponse$zodSchema = z.object({
25
25
  config: z.record(z.string(), z.any()).nullable().optional().describe("The stored config: `history`, `evaluation`, and an optional `settings`"),
26
26
  created_at: z.string().describe("When the test was created (ISO 8601 UTC)"),
27
27
  evaluators: z.array(z.record(z.string(), z.any())).optional().describe("Linked evaluators, resolved to their current live version at read time"),
28
28
  name: z.string().describe("Name of the test"),
29
- type: RoutersTestsTestResponseType$zodSchema.describe("What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n"),
29
+ type: TestResponseType$zodSchema.describe("What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n"),
30
30
  updated_at: z.string().describe("When the test was last updated (ISO 8601 UTC)"),
31
31
  uuid: z.string().describe("Unique ID for the test"),
32
32
  });
33
- //# sourceMappingURL=routersteststestresponse.js.map
33
+ //# sourceMappingURL=testresponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testresponse.js","sourceRoot":"","sources":["../../src/models/testresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,cAAc;CACpB,CAAC;AAYX,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,IAAI,CAAC;IAC/C,UAAU;IACV,WAAW;IACX,cAAc;CACf,CAAC,CAAC,QAAQ,CACT,oKAAoK,CACrK,CAAC;AAYF,MAAM,CAAC,MAAM,sBAAsB,GAA4B,CAAC,CAAC,MAAM,CAAC;IACtE,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClE,wEAAwE,CACzE;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;IAC3E,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACpE,wEAAwE,CACzE;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kBAAkB,CAAC;IAC7C,IAAI,EAAE,0BAA0B,CAAC,QAAQ,CACvC,oKAAoK,CACrK;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,+CAA+C,CAChD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;CACpD,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as z from "zod";
2
2
  import { HTTPValidationError } from "./httpvalidationerror.js";
3
- import { RoutersTestsTestResponse } from "./routersteststestresponse.js";
3
+ import { TestResponse } from "./testresponse.js";
4
4
  import { TestUpdate } from "./testupdate.js";
5
5
  export type UpdateTestEndpointTestsTestUuidPutRequest = {
6
6
  test_uuid: string;
@@ -8,6 +8,6 @@ export type UpdateTestEndpointTestsTestUuidPutRequest = {
8
8
  body: TestUpdate;
9
9
  };
10
10
  export declare const UpdateTestEndpointTestsTestUuidPutRequest$zodSchema: z.ZodType<UpdateTestEndpointTestsTestUuidPutRequest>;
11
- export type UpdateTestEndpointTestsTestUuidPutResponse = RoutersTestsTestResponse | HTTPValidationError;
11
+ export type UpdateTestEndpointTestsTestUuidPutResponse = TestResponse | HTTPValidationError;
12
12
  export declare const UpdateTestEndpointTestsTestUuidPutResponse$zodSchema: z.ZodType<UpdateTestEndpointTestsTestUuidPutResponse>;
13
13
  //# sourceMappingURL=updatetestendpointteststestuuidputop.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updatetestendpointteststestuuidputop.d.ts","sourceRoot":"","sources":["../../src/models/updatetestendpointteststestuuidputop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAwB,MAAM,iBAAiB,CAAC;AAEnE,MAAM,MAAM,yCAAyC,GAAG;IACtD,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,yCAAyC,CAKzC,CAAC;AAEH,MAAM,MAAM,0CAA0C,GAClD,wBAAwB,GACxB,mBAAmB,CAAC;AAExB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,0CAA0C,CAI1C,CAAC"}
1
+ {"version":3,"file":"updatetestendpointteststestuuidputop.d.ts","sourceRoot":"","sources":["../../src/models/updatetestendpointteststestuuidputop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,YAAY,EAA0B,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAwB,MAAM,iBAAiB,CAAC;AAEnE,MAAM,MAAM,yCAAyC,GAAG;IACtD,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,yCAAyC,CAKzC,CAAC;AAEH,MAAM,MAAM,0CAA0C,GAClD,YAAY,GACZ,mBAAmB,CAAC;AAExB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,0CAA0C,CAI1C,CAAC"}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as z from "zod";
5
5
  import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
6
- import { RoutersTestsTestResponse$zodSchema, } from "./routersteststestresponse.js";
6
+ import { TestResponse$zodSchema } from "./testresponse.js";
7
7
  import { TestUpdate$zodSchema } from "./testupdate.js";
8
8
  export const UpdateTestEndpointTestsTestUuidPutRequest$zodSchema = z.object({
9
9
  body: TestUpdate$zodSchema,
@@ -11,7 +11,7 @@ export const UpdateTestEndpointTestsTestUuidPutRequest$zodSchema = z.object({
11
11
  xAPIKey: z.string().nullable().optional(),
12
12
  });
13
13
  export const UpdateTestEndpointTestsTestUuidPutResponse$zodSchema = z.union([
14
- RoutersTestsTestResponse$zodSchema,
14
+ TestResponse$zodSchema,
15
15
  HTTPValidationError$zodSchema,
16
16
  ]);
17
17
  //# sourceMappingURL=updatetestendpointteststestuuidputop.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updatetestendpointteststestuuidputop.js","sourceRoot":"","sources":["../../src/models/updatetestendpointteststestuuidputop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,kCAAkC,GACnC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAc,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAQnE,MAAM,CAAC,MAAM,mDAAmD,GAE5D,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,oBAAoB;IAC1B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;IAChD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,oDAAoD,GAE7D,CAAC,CAAC,KAAK,CAAC;IACV,kCAAkC;IAClC,6BAA6B;CAC9B,CAAC,CAAC"}
1
+ {"version":3,"file":"updatetestendpointteststestuuidputop.js","sourceRoot":"","sources":["../../src/models/updatetestendpointteststestuuidputop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAgB,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAc,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAQnE,MAAM,CAAC,MAAM,mDAAmD,GAE5D,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,oBAAoB;IAC1B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;IAChD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,oDAAoD,GAE7D,CAAC,CAAC,KAAK,CAAC;IACV,sBAAsB;IACtB,6BAA6B;CAC9B,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dalmia/calibrate-mcp",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -930,7 +930,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
930
930
  <h1>Instructions</h1>
931
931
  <p>One-click installation for Claude Desktop users</p>
932
932
  <div class="instruction-item">
933
- <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.21/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
933
+ <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.22/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
934
934
  📥 Download MCP Bundle
935
935
  </a>
936
936
  </div>
package/src/lib/config.ts CHANGED
@@ -65,8 +65,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
65
65
  export const SDK_METADATA = {
66
66
  language: "typescript",
67
67
  openapiDocVersion: "0.1.0",
68
- sdkVersion: "0.0.21",
68
+ sdkVersion: "0.0.22",
69
69
  genVersion: "2.915.1",
70
70
  userAgent:
71
- "speakeasy-sdk/mcp-typescript 0.0.21 2.915.1 0.1.0 @dalmia/calibrate-mcp",
71
+ "speakeasy-sdk/mcp-typescript 0.0.22 2.915.1 0.1.0 @dalmia/calibrate-mcp",
72
72
  } as const;
@@ -21,7 +21,7 @@ const routes = buildRouteMap({
21
21
  export const app = buildApplication(routes, {
22
22
  name: "mcp",
23
23
  versionInfo: {
24
- currentVersion: "0.0.21",
24
+ currentVersion: "0.0.22",
25
25
  },
26
26
  });
27
27
 
@@ -64,7 +64,7 @@ export function createMCPServer(deps: {
64
64
  }) {
65
65
  const server = new McpServer({
66
66
  name: "CalibrateMcp",
67
- version: "0.0.21",
67
+ version: "0.0.22",
68
68
  });
69
69
 
70
70
  const getClient = deps.getSDK || (() =>
@@ -0,0 +1,53 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { ClosedEnum } from "../types/enums.js";
7
+
8
+ /**
9
+ * - `agent`: built inside Calibrate
10
+ *
11
+ * @remarks
12
+ * - `connection`: your existing agent connected to Calibrate
13
+ */
14
+ export const AgentSummaryType = {
15
+ Agent: "agent",
16
+ Connection: "connection",
17
+ } as const;
18
+ /**
19
+ * - `agent`: built inside Calibrate
20
+ *
21
+ * @remarks
22
+ * - `connection`: your existing agent connected to Calibrate
23
+ */
24
+ export type AgentSummaryType = ClosedEnum<typeof AgentSummaryType>;
25
+
26
+ export const AgentSummaryType$zodSchema = z.enum([
27
+ "agent",
28
+ "connection",
29
+ ]).describe(
30
+ "- `agent`: built inside Calibrate\n- `connection`: your existing agent connected to Calibrate",
31
+ );
32
+
33
+ export type AgentSummary = {
34
+ uuid: string;
35
+ name: string;
36
+ type: AgentSummaryType;
37
+ updated_at: string;
38
+ connection_verified?: boolean | null | undefined;
39
+ };
40
+
41
+ export const AgentSummary$zodSchema: z.ZodType<AgentSummary> = z.object({
42
+ connection_verified: z.boolean().nullable().optional().describe(
43
+ "Whether the agent's connection has been verified, for a `type=connection` agent",
44
+ ),
45
+ name: z.string().describe("Name of the agent"),
46
+ type: AgentSummaryType$zodSchema.describe(
47
+ "- `agent`: built inside Calibrate\n- `connection`: your existing agent connected to Calibrate",
48
+ ),
49
+ updated_at: z.string().describe(
50
+ "When the agent was last updated (ISO 8601 UTC)",
51
+ ),
52
+ uuid: z.string().describe("ID of the agent"),
53
+ });
@@ -63,7 +63,7 @@ export const AnnotationTaskResponse$zodSchema: z.ZodType<
63
63
  "The task's description",
64
64
  ),
65
65
  evaluators: z.array(z.record(z.string(), z.any())).optional().describe(
66
- "The evaluators linked to this task, in display order, each with its live version's rubric",
66
+ "The evaluators linked to this task, in display order. Fetching one task by ID enriches each with its live version's rubric. Listing tasks returns lightweight metadata (uuid, name, type, position) only",
67
67
  ),
68
68
  item_count: z.int().nullable().optional().describe(
69
69
  "Number of items in the task",
@@ -0,0 +1,33 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { VariableSpec, VariableSpec$zodSchema } from "./variablespec.js";
7
+
8
+ /**
9
+ * Slim view of the live version for list results, carrying only what the list needs.
10
+ */
11
+ export type EvaluatorLiveVersionSummary = {
12
+ uuid: string;
13
+ version_number: number;
14
+ judge_model: string;
15
+ variables?: Array<VariableSpec> | null | undefined;
16
+ };
17
+
18
+ export const EvaluatorLiveVersionSummary$zodSchema: z.ZodType<
19
+ EvaluatorLiveVersionSummary
20
+ > = z.object({
21
+ judge_model: z.string().describe(
22
+ "The model that runs the judge, named the way its provider does, for example `openai/gpt-4.1` or `anthropic/claude-sonnet-4`",
23
+ ),
24
+ uuid: z.string().describe("Version ID"),
25
+ variables: z.array(VariableSpec$zodSchema).nullable().optional().describe(
26
+ "Declared prompt variables",
27
+ ),
28
+ version_number: z.int().describe(
29
+ "The version's number. The first version is 1, and it goes up by one for each new version of the evaluator",
30
+ ),
31
+ }).describe(
32
+ "Slim view of the live version for list results, carrying only what the list needs.",
33
+ );
@@ -8,9 +8,9 @@ import {
8
8
  HTTPValidationError$zodSchema,
9
9
  } from "./httpvalidationerror.js";
10
10
  import {
11
- RoutersAgentTestsTestResponse,
12
- RoutersAgentTestsTestResponse$zodSchema,
13
- } from "./routersagentteststestresponse.js";
11
+ TestListResponse,
12
+ TestListResponse$zodSchema,
13
+ } from "./testlistresponse.js";
14
14
 
15
15
  export type GetAgentTestsEndpointAgentTestsAgentAgentUuidTestsGetRequest = {
16
16
  agent_uuid: string;
@@ -25,14 +25,12 @@ export const GetAgentTestsEndpointAgentTestsAgentAgentUuidTestsGetRequest$zodSch
25
25
  });
26
26
 
27
27
  export type GetAgentTestsEndpointAgentTestsAgentAgentUuidTestsGetResponse =
28
- | Array<RoutersAgentTestsTestResponse>
28
+ | Array<TestListResponse>
29
29
  | HTTPValidationError;
30
30
 
31
31
  export const GetAgentTestsEndpointAgentTestsAgentAgentUuidTestsGetResponse$zodSchema:
32
32
  z.ZodType<GetAgentTestsEndpointAgentTestsAgentAgentUuidTestsGetResponse> = z
33
33
  .union([
34
- z.array(RoutersAgentTestsTestResponse$zodSchema).describe(
35
- "Successful Response",
36
- ),
34
+ z.array(TestListResponse$zodSchema).describe("Successful Response"),
37
35
  HTTPValidationError$zodSchema,
38
36
  ]);
@@ -7,10 +7,7 @@ import {
7
7
  HTTPValidationError,
8
8
  HTTPValidationError$zodSchema,
9
9
  } from "./httpvalidationerror.js";
10
- import {
11
- RoutersTestsTestResponse,
12
- RoutersTestsTestResponse$zodSchema,
13
- } from "./routersteststestresponse.js";
10
+ import { TestResponse, TestResponse$zodSchema } from "./testresponse.js";
14
11
 
15
12
  export type GetTestEndpointTestsTestUuidGetRequest = {
16
13
  test_uuid: string;
@@ -25,12 +22,12 @@ export const GetTestEndpointTestsTestUuidGetRequest$zodSchema: z.ZodType<
25
22
  });
26
23
 
27
24
  export type GetTestEndpointTestsTestUuidGetResponse =
28
- | RoutersTestsTestResponse
25
+ | TestResponse
29
26
  | HTTPValidationError;
30
27
 
31
28
  export const GetTestEndpointTestsTestUuidGetResponse$zodSchema: z.ZodType<
32
29
  GetTestEndpointTestsTestUuidGetResponse
33
30
  > = z.union([
34
- RoutersTestsTestResponse$zodSchema,
31
+ TestResponse$zodSchema,
35
32
  HTTPValidationError$zodSchema,
36
33
  ]);
@@ -3,14 +3,11 @@
3
3
  */
4
4
 
5
5
  import * as z from "zod";
6
+ import { AgentSummary, AgentSummary$zodSchema } from "./agentsummary.js";
6
7
  import {
7
8
  HTTPValidationError,
8
9
  HTTPValidationError$zodSchema,
9
10
  } from "./httpvalidationerror.js";
10
- import {
11
- RoutersAgentsAgentResponse,
12
- RoutersAgentsAgentResponse$zodSchema,
13
- } from "./routersagentsagentresponse.js";
14
11
 
15
12
  export type ListAgentsAgentsGetRequest = {
16
13
  xAPIKey?: string | null | undefined;
@@ -23,12 +20,12 @@ export const ListAgentsAgentsGetRequest$zodSchema: z.ZodType<
23
20
  });
24
21
 
25
22
  export type ListAgentsAgentsGetResponse =
26
- | Array<RoutersAgentsAgentResponse>
23
+ | Array<AgentSummary>
27
24
  | HTTPValidationError;
28
25
 
29
26
  export const ListAgentsAgentsGetResponse$zodSchema: z.ZodType<
30
27
  ListAgentsAgentsGetResponse
31
28
  > = z.union([
32
- z.array(RoutersAgentsAgentResponse$zodSchema).describe("Successful Response"),
29
+ z.array(AgentSummary$zodSchema).describe("Successful Response"),
33
30
  HTTPValidationError$zodSchema,
34
31
  ]);
@@ -8,9 +8,9 @@ import {
8
8
  HTTPValidationError$zodSchema,
9
9
  } from "./httpvalidationerror.js";
10
10
  import {
11
- RoutersTestsTestResponse,
12
- RoutersTestsTestResponse$zodSchema,
13
- } from "./routersteststestresponse.js";
11
+ TestListResponse,
12
+ TestListResponse$zodSchema,
13
+ } from "./testlistresponse.js";
14
14
 
15
15
  export type ListTestsTestsGetRequest = { xAPIKey?: string | null | undefined };
16
16
 
@@ -21,12 +21,12 @@ export const ListTestsTestsGetRequest$zodSchema: z.ZodType<
21
21
  });
22
22
 
23
23
  export type ListTestsTestsGetResponse =
24
- | Array<RoutersTestsTestResponse>
24
+ | Array<TestListResponse>
25
25
  | HTTPValidationError;
26
26
 
27
27
  export const ListTestsTestsGetResponse$zodSchema: z.ZodType<
28
28
  ListTestsTestsGetResponse
29
29
  > = z.union([
30
- z.array(RoutersTestsTestResponse$zodSchema).describe("Successful Response"),
30
+ z.array(TestListResponse$zodSchema).describe("Successful Response"),
31
31
  HTTPValidationError$zodSchema,
32
32
  ]);
@@ -5,9 +5,9 @@
5
5
  import * as z from "zod";
6
6
  import { ClosedEnum } from "../types/enums.js";
7
7
  import {
8
- EvaluatorVersionResponse,
9
- EvaluatorVersionResponse$zodSchema,
10
- } from "./evaluatorversionresponse.js";
8
+ EvaluatorLiveVersionSummary,
9
+ EvaluatorLiveVersionSummary$zodSchema,
10
+ } from "./evaluatorliveversionsummary.js";
11
11
 
12
12
  /**
13
13
  * What the evaluator judges:
@@ -126,7 +126,7 @@ export type RoutersEvaluatorsEvaluatorResponse = {
126
126
  live_version_id?: string | null | undefined;
127
127
  created_at: string;
128
128
  updated_at: string;
129
- live_version?: EvaluatorVersionResponse | null | undefined;
129
+ live_version?: EvaluatorLiveVersionSummary | null | undefined;
130
130
  };
131
131
 
132
132
  export const RoutersEvaluatorsEvaluatorResponse$zodSchema: z.ZodType<
@@ -148,7 +148,7 @@ export const RoutersEvaluatorsEvaluatorResponse$zodSchema: z.ZodType<
148
148
  is_default: z.boolean().describe(
149
149
  "True for a built-in default evaluator, which you can't edit. False for an evaluator you created, which you can edit and add versions to",
150
150
  ),
151
- live_version: EvaluatorVersionResponse$zodSchema.nullable().optional()
151
+ live_version: EvaluatorLiveVersionSummary$zodSchema.nullable().optional()
152
152
  .describe("The version that is currently live"),
153
153
  live_version_id: z.string().nullable().optional().describe(
154
154
  "ID of the version that is currently live",
@@ -0,0 +1,13 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+
7
+ export type TestListConfig = { description?: string | null | undefined };
8
+
9
+ export const TestListConfig$zodSchema: z.ZodType<TestListConfig> = z.object({
10
+ description: z.string().nullable().optional().describe(
11
+ "Short description of the test, shown in list views and searched on",
12
+ ),
13
+ });
@@ -0,0 +1,75 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { ClosedEnum } from "../types/enums.js";
7
+ import { TestListConfig, TestListConfig$zodSchema } from "./testlistconfig.js";
8
+
9
+ /**
10
+ * What the test judges:
11
+ *
12
+ * @remarks
13
+ *
14
+ * - `response`: judges the generated reply
15
+ * - `tool_call`: diffs the generated tool calls
16
+ * - `conversation`: judges the full conversation
17
+ */
18
+ export const TestListResponseType = {
19
+ Response: "response",
20
+ ToolCall: "tool_call",
21
+ Conversation: "conversation",
22
+ } as const;
23
+ /**
24
+ * What the test judges:
25
+ *
26
+ * @remarks
27
+ *
28
+ * - `response`: judges the generated reply
29
+ * - `tool_call`: diffs the generated tool calls
30
+ * - `conversation`: judges the full conversation
31
+ */
32
+ export type TestListResponseType = ClosedEnum<typeof TestListResponseType>;
33
+
34
+ export const TestListResponseType$zodSchema = z.enum([
35
+ "response",
36
+ "tool_call",
37
+ "conversation",
38
+ ]).describe(
39
+ "What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n",
40
+ );
41
+
42
+ /**
43
+ * Trimmed test shape for list/index endpoints. The full config and hydrated
44
+ *
45
+ * @remarks
46
+ * evaluators live on the detail endpoint (`GET /tests/{uuid}`); the list keeps
47
+ * only what list and attach-dropdown views render.
48
+ */
49
+ export type TestListResponse = {
50
+ uuid: string;
51
+ name: string;
52
+ type: TestListResponseType;
53
+ config?: TestListConfig | null | undefined;
54
+ created_at: string;
55
+ updated_at: string;
56
+ };
57
+
58
+ export const TestListResponse$zodSchema: z.ZodType<TestListResponse> = z.object(
59
+ {
60
+ config: TestListConfig$zodSchema.nullable().optional().describe(
61
+ "Trimmed config carrying only the test's description. Fetch the test by ID for the full config and evaluators",
62
+ ),
63
+ created_at: z.string().describe("When the test was created (ISO 8601 UTC)"),
64
+ name: z.string().describe("Name of the test"),
65
+ type: TestListResponseType$zodSchema.describe(
66
+ "What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n",
67
+ ),
68
+ updated_at: z.string().describe(
69
+ "When the test was last updated (ISO 8601 UTC)",
70
+ ),
71
+ uuid: z.string().describe("Unique ID for the test"),
72
+ },
73
+ ).describe(
74
+ "Trimmed test shape for list/index endpoints. The full config and hydrated\nevaluators live on the detail endpoint (`GET /tests/{uuid}`); the list keeps\nonly what list and attach-dropdown views render.",
75
+ );
@@ -14,7 +14,7 @@ import { ClosedEnum } from "../types/enums.js";
14
14
  * - `tool_call`: diffs the generated tool calls
15
15
  * - `conversation`: judges the full conversation
16
16
  */
17
- export const RoutersTestsTestResponseType = {
17
+ export const TestResponseType = {
18
18
  Response: "response",
19
19
  ToolCall: "tool_call",
20
20
  Conversation: "conversation",
@@ -28,11 +28,9 @@ export const RoutersTestsTestResponseType = {
28
28
  * - `tool_call`: diffs the generated tool calls
29
29
  * - `conversation`: judges the full conversation
30
30
  */
31
- export type RoutersTestsTestResponseType = ClosedEnum<
32
- typeof RoutersTestsTestResponseType
33
- >;
31
+ export type TestResponseType = ClosedEnum<typeof TestResponseType>;
34
32
 
35
- export const RoutersTestsTestResponseType$zodSchema = z.enum([
33
+ export const TestResponseType$zodSchema = z.enum([
36
34
  "response",
37
35
  "tool_call",
38
36
  "conversation",
@@ -40,19 +38,17 @@ export const RoutersTestsTestResponseType$zodSchema = z.enum([
40
38
  "What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n",
41
39
  );
42
40
 
43
- export type RoutersTestsTestResponse = {
41
+ export type TestResponse = {
44
42
  uuid: string;
45
43
  name: string;
46
- type: RoutersTestsTestResponseType;
44
+ type: TestResponseType;
47
45
  config?: { [k: string]: any } | null | undefined;
48
46
  created_at: string;
49
47
  updated_at: string;
50
48
  evaluators?: Array<{ [k: string]: any }> | undefined;
51
49
  };
52
50
 
53
- export const RoutersTestsTestResponse$zodSchema: z.ZodType<
54
- RoutersTestsTestResponse
55
- > = z.object({
51
+ export const TestResponse$zodSchema: z.ZodType<TestResponse> = z.object({
56
52
  config: z.record(z.string(), z.any()).nullable().optional().describe(
57
53
  "The stored config: `history`, `evaluation`, and an optional `settings`",
58
54
  ),
@@ -61,7 +57,7 @@ export const RoutersTestsTestResponse$zodSchema: z.ZodType<
61
57
  "Linked evaluators, resolved to their current live version at read time",
62
58
  ),
63
59
  name: z.string().describe("Name of the test"),
64
- type: RoutersTestsTestResponseType$zodSchema.describe(
60
+ type: TestResponseType$zodSchema.describe(
65
61
  "What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n",
66
62
  ),
67
63
  updated_at: z.string().describe(
@@ -7,10 +7,7 @@ import {
7
7
  HTTPValidationError,
8
8
  HTTPValidationError$zodSchema,
9
9
  } from "./httpvalidationerror.js";
10
- import {
11
- RoutersTestsTestResponse,
12
- RoutersTestsTestResponse$zodSchema,
13
- } from "./routersteststestresponse.js";
10
+ import { TestResponse, TestResponse$zodSchema } from "./testresponse.js";
14
11
  import { TestUpdate, TestUpdate$zodSchema } from "./testupdate.js";
15
12
 
16
13
  export type UpdateTestEndpointTestsTestUuidPutRequest = {
@@ -28,12 +25,12 @@ export const UpdateTestEndpointTestsTestUuidPutRequest$zodSchema: z.ZodType<
28
25
  });
29
26
 
30
27
  export type UpdateTestEndpointTestsTestUuidPutResponse =
31
- | RoutersTestsTestResponse
28
+ | TestResponse
32
29
  | HTTPValidationError;
33
30
 
34
31
  export const UpdateTestEndpointTestsTestUuidPutResponse$zodSchema: z.ZodType<
35
32
  UpdateTestEndpointTestsTestUuidPutResponse
36
33
  > = z.union([
37
- RoutersTestsTestResponse$zodSchema,
34
+ TestResponse$zodSchema,
38
35
  HTTPValidationError$zodSchema,
39
36
  ]);
@@ -1,41 +0,0 @@
1
- import * as z from "zod";
2
- import { ClosedEnum } from "../types/enums.js";
3
- /**
4
- * What the test checks:
5
- *
6
- * @remarks
7
- * - `response`: judges the reply the agent generates
8
- * - `tool_call`: checks the tool calls the agent makes
9
- * - `conversation`: judges the full conversation after the agent replies
10
- */
11
- export declare const RoutersAgentTestsTestResponseType: {
12
- readonly Response: "response";
13
- readonly ToolCall: "tool_call";
14
- readonly Conversation: "conversation";
15
- };
16
- /**
17
- * What the test checks:
18
- *
19
- * @remarks
20
- * - `response`: judges the reply the agent generates
21
- * - `tool_call`: checks the tool calls the agent makes
22
- * - `conversation`: judges the full conversation after the agent replies
23
- */
24
- export type RoutersAgentTestsTestResponseType = ClosedEnum<typeof RoutersAgentTestsTestResponseType>;
25
- export declare const RoutersAgentTestsTestResponseType$zodSchema: z.ZodEnum<{
26
- response: "response";
27
- tool_call: "tool_call";
28
- conversation: "conversation";
29
- }>;
30
- export type RoutersAgentTestsTestResponse = {
31
- uuid: string;
32
- name: string;
33
- type: RoutersAgentTestsTestResponseType;
34
- config?: {
35
- [k: string]: any;
36
- } | null | undefined;
37
- created_at: string;
38
- updated_at: string;
39
- };
40
- export declare const RoutersAgentTestsTestResponse$zodSchema: z.ZodType<RoutersAgentTestsTestResponse>;
41
- //# sourceMappingURL=routersagentteststestresponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routersagentteststestresponse.d.ts","sourceRoot":"","sources":["../../src/models/routersagentteststestresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;;;GAOG;AACH,eAAO,MAAM,iCAAiC;;;;CAIpC,CAAC;AACX;;;;;;;GAOG;AACH,MAAM,MAAM,iCAAiC,GAAG,UAAU,CACxD,OAAO,iCAAiC,CACzC,CAAC;AAEF,eAAO,MAAM,2CAA2C;;;;EAMvD,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,iCAAiC,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,6BAA6B,CAc7B,CAAC"}
@@ -1,31 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
- import * as z from "zod";
5
- /**
6
- * What the test checks:
7
- *
8
- * @remarks
9
- * - `response`: judges the reply the agent generates
10
- * - `tool_call`: checks the tool calls the agent makes
11
- * - `conversation`: judges the full conversation after the agent replies
12
- */
13
- export const RoutersAgentTestsTestResponseType = {
14
- Response: "response",
15
- ToolCall: "tool_call",
16
- Conversation: "conversation",
17
- };
18
- export const RoutersAgentTestsTestResponseType$zodSchema = z.enum([
19
- "response",
20
- "tool_call",
21
- "conversation",
22
- ]).describe("What the test checks:\n- `response`: judges the reply the agent generates\n- `tool_call`: checks the tool calls the agent makes\n- `conversation`: judges the full conversation after the agent replies");
23
- export const RoutersAgentTestsTestResponse$zodSchema = z.object({
24
- config: z.record(z.string(), z.any()).nullable().optional().describe("Test configuration"),
25
- created_at: z.string().describe("When the test was created (ISO 8601 UTC)"),
26
- name: z.string().describe("Name of the test"),
27
- type: RoutersAgentTestsTestResponseType$zodSchema.describe("What the test checks:\n- `response`: judges the reply the agent generates\n- `tool_call`: checks the tool calls the agent makes\n- `conversation`: judges the full conversation after the agent replies"),
28
- updated_at: z.string().describe("When the test was last updated (ISO 8601 UTC)"),
29
- uuid: z.string().describe("Test ID"),
30
- });
31
- //# sourceMappingURL=routersagentteststestresponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routersagentteststestresponse.js","sourceRoot":"","sources":["../../src/models/routersagentteststestresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,cAAc;CACpB,CAAC;AAaX,MAAM,CAAC,MAAM,2CAA2C,GAAG,CAAC,CAAC,IAAI,CAAC;IAChE,UAAU;IACV,WAAW;IACX,cAAc;CACf,CAAC,CAAC,QAAQ,CACT,yMAAyM,CAC1M,CAAC;AAWF,MAAM,CAAC,MAAM,uCAAuC,GAEhD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClE,oBAAoB,CACrB;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;IAC3E,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kBAAkB,CAAC;IAC7C,IAAI,EAAE,2CAA2C,CAAC,QAAQ,CACxD,yMAAyM,CAC1M;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,+CAA+C,CAChD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;CACrC,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"routersteststestresponse.d.ts","sourceRoot":"","sources":["../../src/models/routersteststestresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;;;;GAQG;AACH,eAAO,MAAM,4BAA4B;;;;CAI/B,CAAC;AACX;;;;;;;;GAQG;AACH,MAAM,MAAM,4BAA4B,GAAG,UAAU,CACnD,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;;EAMlD,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,4BAA4B,CAAC;IACnC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,GAAG,SAAS,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,wBAAwB,CAiBxB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"routersteststestresponse.js","sourceRoot":"","sources":["../../src/models/routersteststestresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,cAAc;CACpB,CAAC;AAcX,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3D,UAAU;IACV,WAAW;IACX,cAAc;CACf,CAAC,CAAC,QAAQ,CACT,oKAAoK,CACrK,CAAC;AAYF,MAAM,CAAC,MAAM,kCAAkC,GAE3C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClE,wEAAwE,CACzE;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;IAC3E,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACpE,wEAAwE,CACzE;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kBAAkB,CAAC;IAC7C,IAAI,EAAE,sCAAsC,CAAC,QAAQ,CACnD,oKAAoK,CACrK;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,+CAA+C,CAChD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;CACpD,CAAC,CAAC"}