@amigo-ai/sdk 0.71.0 → 0.72.0

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.
@@ -3456,7 +3456,7 @@ export interface components {
3456
3456
  * Tags
3457
3457
  * @description The tags of the metric.
3458
3458
  */
3459
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
3459
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
3460
3460
  /** @description The user who created the metric. */
3461
3461
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3462
3462
  /** @description The user who last updated the metric. */
@@ -3561,7 +3561,7 @@ export interface components {
3561
3561
  * Tags
3562
3562
  * @description The tags of the metric.
3563
3563
  */
3564
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
3564
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
3565
3565
  /** @description The user who created the metric. */
3566
3566
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3567
3567
  /** @description The user who last updated the metric. */
@@ -4408,7 +4408,7 @@ export interface components {
4408
4408
  * Tags
4409
4409
  * @description The tags of the service.
4410
4410
  */
4411
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4411
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4412
4412
  };
4413
4413
  /** SimulationConversationInvocationSource */
4414
4414
  SimulationConversationInvocationSource: {
@@ -4618,7 +4618,7 @@ export interface components {
4618
4618
  * Tags
4619
4619
  * @description The tags of the simulation persona.
4620
4620
  */
4621
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4621
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4622
4622
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4623
4623
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4624
4624
  };
@@ -4690,7 +4690,7 @@ export interface components {
4690
4690
  * Tags
4691
4691
  * @description The tags of the simulation persona.
4692
4692
  */
4693
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4693
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4694
4694
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4695
4695
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4696
4696
  };
@@ -4745,7 +4745,7 @@ export interface components {
4745
4745
  * Tags
4746
4746
  * @description The tags of the simulation unit test set.
4747
4747
  */
4748
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4748
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4749
4749
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4750
4750
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4751
4751
  };
@@ -4797,7 +4797,7 @@ export interface components {
4797
4797
  * Tags
4798
4798
  * @description The tags of the simulation unit test set.
4799
4799
  */
4800
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4800
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4801
4801
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4802
4802
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4803
4803
  };
@@ -5259,7 +5259,7 @@ export interface components {
5259
5259
  * Tags
5260
5260
  * @description The tags of the simulation persona.
5261
5261
  */
5262
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
5262
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
5263
5263
  };
5264
5264
  /** ToolVersionInstance */
5265
5265
  ToolVersionInstance: {
@@ -5289,7 +5289,7 @@ export interface components {
5289
5289
  */
5290
5290
  tool_id: string;
5291
5291
  /** @description The version of the tool. */
5292
- version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
5292
+ version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
5293
5293
  /**
5294
5294
  * Required Envvars
5295
5295
  * @description The environment variables that are required to run the tool.
@@ -5761,13 +5761,6 @@ export interface components {
5761
5761
  */
5762
5762
  tool_name: string;
5763
5763
  };
5764
- /** Tag */
5765
- amigo_lib__mongo__collections__metric__Metric__Tag: {
5766
- /** Key */
5767
- key: string;
5768
- /** Value */
5769
- value: string | null;
5770
- };
5771
5764
  /** UserInfo */
5772
5765
  amigo_lib__mongo__collections__metric__Metric__UserInfo: {
5773
5766
  /** Org Id */
@@ -5898,6 +5891,13 @@ export interface components {
5898
5891
  /** User Id */
5899
5892
  user_id: string;
5900
5893
  };
5894
+ /** Tag */
5895
+ amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag: {
5896
+ /** Key */
5897
+ key: string;
5898
+ /** Value */
5899
+ value: string | null;
5900
+ };
5901
5901
  /** UnitTestRunDescriptor */
5902
5902
  amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UnitTestRunDescriptor: {
5903
5903
  /** Unit Test Id */
@@ -5933,15 +5933,6 @@ export interface components {
5933
5933
  /** User Id */
5934
5934
  user_id: string;
5935
5935
  };
5936
- /** Version */
5937
- amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
5938
- /** Major */
5939
- major: number;
5940
- /** Minor */
5941
- minor: number;
5942
- /** Patch */
5943
- patch: number;
5944
- };
5945
5936
  /** UserInfo */
5946
5937
  amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
5947
5938
  /**
@@ -5955,6 +5946,15 @@ export interface components {
5955
5946
  */
5956
5947
  user_org_id: string;
5957
5948
  };
5949
+ /** Version */
5950
+ amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
5951
+ /** Major */
5952
+ major: number;
5953
+ /** Minor */
5954
+ minor: number;
5955
+ /** Patch */
5956
+ patch: number;
5957
+ };
5958
5958
  /**
5959
5959
  * Preferences
5960
5960
  * @description Preferences that the user can set to customize their experience.
@@ -6072,8 +6072,9 @@ export interface components {
6072
6072
  /**
6073
6073
  * Tags
6074
6074
  * @description A list of tags for the conversation. Both the key and the value can only contain alphanumeric characters, underscores, or spaces.
6075
+ * @default {}
6075
6076
  */
6076
- tags: {
6077
+ tags?: {
6077
6078
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
6078
6079
  };
6079
6080
  };
@@ -7376,29 +7377,10 @@ export interface components {
7376
7377
  * Permission Grants
7377
7378
  * @description A list of permission grants associated with this role.
7378
7379
  */
7379
- permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
7380
+ permission_grants: components["schemas"]["role__modify_role__Request__PermissionGrant"][];
7380
7381
  /** @description The frontend view for users of this role. */
7381
7382
  frontend_view: components["schemas"]["FrontendView"];
7382
7383
  };
7383
- /** PermissionGrant */
7384
- role__create_role__Request__PermissionGrant: {
7385
- /**
7386
- * Action
7387
- * @description Whether this grant allows or denies the specified access.
7388
- * @enum {string}
7389
- */
7390
- action: "Allow" | "Deny";
7391
- /** Permission Name */
7392
- permission_name: string;
7393
- /**
7394
- * Conditions
7395
- * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7396
- */
7397
- conditions: {
7398
- [key: string]: components["schemas"]["Condition"];
7399
- };
7400
- description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7401
- };
7402
7384
  /** Response */
7403
7385
  role__create_role__Response: {
7404
7386
  /**
@@ -7423,10 +7405,29 @@ export interface components {
7423
7405
  * Permission Grants
7424
7406
  * @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
7425
7407
  */
7426
- permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
7408
+ permission_grants?: components["schemas"]["role__modify_role__Request__PermissionGrant"][] | null;
7427
7409
  /** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
7428
7410
  frontend_view?: components["schemas"]["FrontendView"] | null;
7429
7411
  };
7412
+ /** PermissionGrant */
7413
+ role__modify_role__Request__PermissionGrant: {
7414
+ /**
7415
+ * Action
7416
+ * @description Whether this grant allows or denies the specified access.
7417
+ * @enum {string}
7418
+ */
7419
+ action: "Allow" | "Deny";
7420
+ /** Permission Name */
7421
+ permission_name: string;
7422
+ /**
7423
+ * Conditions
7424
+ * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7425
+ */
7426
+ conditions: {
7427
+ [key: string]: components["schemas"]["Condition"];
7428
+ };
7429
+ description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7430
+ };
7430
7431
  /** Response */
7431
7432
  role__modify_role__Response: {
7432
7433
  /**
@@ -7458,7 +7459,7 @@ export interface components {
7458
7459
  is_active: boolean;
7459
7460
  /** @description The `release` version set to use for this service. If not specified, the `release` version set will be the same as the `edge` version set, which uses the
7460
7461
  * latest agent and state machine versions with no model preference. */
7461
- release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7462
+ release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7462
7463
  /**
7463
7464
  * Keyterms
7464
7465
  * @description A list of keyterms that are easy to get wrong during audio transcriptions that tend to occur commonly in audio sessions using this service.
@@ -7473,35 +7474,6 @@ export interface components {
7473
7474
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7474
7475
  };
7475
7476
  };
7476
- /** VersionSet */
7477
- service__create_service__Request__VersionSet: {
7478
- /**
7479
- * Agent Version Number
7480
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7481
- */
7482
- agent_version_number: number | null;
7483
- /**
7484
- * Service Hierarchical State Machine Version Number
7485
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7486
- */
7487
- service_hierarchical_state_machine_version_number: number | null;
7488
- /** Llm Model Preferences */
7489
- llm_model_preferences: {
7490
- [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
7491
- };
7492
- };
7493
- /** LLMConfig */
7494
- service__create_service__Request__VersionSet__LLMConfig: {
7495
- llm_name: components["schemas"]["LLMType"];
7496
- /**
7497
- * Params
7498
- * @description LLM-specific parameters to use.
7499
- * @default {}
7500
- */
7501
- params?: {
7502
- [key: string]: unknown;
7503
- };
7504
- };
7505
7477
  /** Response */
7506
7478
  service__create_service__Response: {
7507
7479
  /**
@@ -7582,7 +7554,36 @@ export interface components {
7582
7554
  /** Request */
7583
7555
  service__upsert_service_version_set__Request: {
7584
7556
  /** @description The version set to upsert. */
7585
- version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7557
+ version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7558
+ };
7559
+ /** VersionSet */
7560
+ service__upsert_service_version_set__Request__VersionSet: {
7561
+ /**
7562
+ * Agent Version Number
7563
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7564
+ */
7565
+ agent_version_number: number | null;
7566
+ /**
7567
+ * Service Hierarchical State Machine Version Number
7568
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7569
+ */
7570
+ service_hierarchical_state_machine_version_number: number | null;
7571
+ /** Llm Model Preferences */
7572
+ llm_model_preferences: {
7573
+ [key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
7574
+ };
7575
+ };
7576
+ /** LLMConfig */
7577
+ service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
7578
+ llm_name: components["schemas"]["LLMType"];
7579
+ /**
7580
+ * Params
7581
+ * @description LLM-specific parameters to use.
7582
+ * @default {}
7583
+ */
7584
+ params?: {
7585
+ [key: string]: unknown;
7586
+ };
7586
7587
  };
7587
7588
  /** Request */
7588
7589
  simulation__create_simulation_persona__Request: {
@@ -7787,7 +7788,7 @@ export interface components {
7787
7788
  * Unit Test Runs
7788
7789
  * @description The unit test runs that are part of this set.
7789
7790
  */
7790
- unit_test_runs: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7791
+ unit_test_runs: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7791
7792
  /**
7792
7793
  * Tags
7793
7794
  * @description The tags of the simulation unit test set.
@@ -7796,16 +7797,6 @@ export interface components {
7796
7797
  [key: string]: string | null;
7797
7798
  };
7798
7799
  };
7799
- /** UnitTestRunDescriptor */
7800
- simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
7801
- /** Unit Test Id */
7802
- unit_test_id: string;
7803
- /**
7804
- * Run Count
7805
- * @description The number of times to run the unit test.
7806
- */
7807
- run_count: number;
7808
- };
7809
7800
  /** Response */
7810
7801
  simulation__create_simulation_unit_test_set__Response: {
7811
7802
  /**
@@ -7854,7 +7845,7 @@ export interface components {
7854
7845
  * Simulation Personas
7855
7846
  * @description The list of simulation personas.
7856
7847
  */
7857
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
7848
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
7858
7849
  /**
7859
7850
  * Has More
7860
7851
  * @description Whether there are more simulation personas to fetch.
@@ -7889,6 +7880,52 @@ export interface components {
7889
7880
  */
7890
7881
  roles: string[];
7891
7882
  };
7883
+ /** SimulationPersonaInstance */
7884
+ simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
7885
+ /**
7886
+ * Id
7887
+ * @description The ID of the simulation persona.
7888
+ */
7889
+ id: string;
7890
+ /**
7891
+ * Name
7892
+ * @description The name of the simulation persona.
7893
+ */
7894
+ name: string;
7895
+ /**
7896
+ * Role
7897
+ * @description The role of the simulation persona.
7898
+ */
7899
+ role: string;
7900
+ /**
7901
+ * Tags
7902
+ * @description The tags of the simulation persona.
7903
+ */
7904
+ tags: {
7905
+ [key: string]: string | null;
7906
+ };
7907
+ /**
7908
+ * Is Deleted
7909
+ * @description Whether the simulation persona is deleted.
7910
+ */
7911
+ is_deleted: boolean;
7912
+ /**
7913
+ * Created At
7914
+ * Format: date-time
7915
+ * @description The timestamp when the simulation persona was created.
7916
+ */
7917
+ created_at: string;
7918
+ /** @description The user who created the simulation persona. */
7919
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7920
+ /**
7921
+ * Updated At
7922
+ * Format: date-time
7923
+ * @description The timestamp when the simulation persona was last updated.
7924
+ */
7925
+ updated_at: string;
7926
+ /** @description The user who last updated the simulation persona. */
7927
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7928
+ };
7892
7929
  /** Response */
7893
7930
  simulation__get_simulation_scenario_versions__Response: {
7894
7931
  /**
@@ -7913,7 +7950,7 @@ export interface components {
7913
7950
  * Simulation Scenarios
7914
7951
  * @description The list of simulation scenarios.
7915
7952
  */
7916
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
7953
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
7917
7954
  /**
7918
7955
  * Has More
7919
7956
  * @description Whether there are more simulation scenarios to fetch.
@@ -7943,47 +7980,6 @@ export interface components {
7943
7980
  */
7944
7981
  tags: string[];
7945
7982
  };
7946
- /** SimulationScenarioInstance */
7947
- simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
7948
- /**
7949
- * Id
7950
- * @description The ID of the simulation scenario.
7951
- */
7952
- id: string;
7953
- /**
7954
- * Name
7955
- * @description The name of the simulation scenario.
7956
- */
7957
- name: string;
7958
- /**
7959
- * Tags
7960
- * @description The tags of the simulation scenario.
7961
- */
7962
- tags: {
7963
- [key: string]: string | null;
7964
- };
7965
- /**
7966
- * Is Deleted
7967
- * @description Whether the simulation scenario is deleted.
7968
- */
7969
- is_deleted: boolean;
7970
- /**
7971
- * Created At
7972
- * Format: date-time
7973
- * @description The timestamp when the simulation scenario was created.
7974
- */
7975
- created_at: string;
7976
- /** @description The user who created the simulation scenario. */
7977
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7978
- /**
7979
- * Updated At
7980
- * Format: date-time
7981
- * @description The timestamp when the simulation scenario was last updated.
7982
- */
7983
- updated_at: string;
7984
- /** @description The user who last updated the simulation scenario. */
7985
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7986
- };
7987
7983
  /** Response */
7988
7984
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
7989
7985
  /**
@@ -8142,61 +8138,56 @@ export interface components {
8142
8138
  * Simulation Personas
8143
8139
  * @description The list of simulation personas.
8144
8140
  */
8145
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
8141
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
8146
8142
  };
8147
- /** SimulationPersonaInstance */
8148
- simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
8143
+ /** Response */
8144
+ simulation__search_simulation_scenarios__Response: {
8145
+ /**
8146
+ * Simulation Scenarios
8147
+ * @description The list of simulation scenarios.
8148
+ */
8149
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8150
+ };
8151
+ /** SimulationScenarioInstance */
8152
+ simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
8149
8153
  /**
8150
8154
  * Id
8151
- * @description The ID of the simulation persona.
8155
+ * @description The ID of the simulation scenario.
8152
8156
  */
8153
8157
  id: string;
8154
8158
  /**
8155
8159
  * Name
8156
- * @description The name of the simulation persona.
8160
+ * @description The name of the simulation scenario.
8157
8161
  */
8158
8162
  name: string;
8159
- /**
8160
- * Role
8161
- * @description The role of the simulation persona.
8162
- */
8163
- role: string;
8164
8163
  /**
8165
8164
  * Tags
8166
- * @description The tags of the simulation persona.
8165
+ * @description The tags of the simulation scenario.
8167
8166
  */
8168
8167
  tags: {
8169
8168
  [key: string]: string | null;
8170
8169
  };
8171
8170
  /**
8172
8171
  * Is Deleted
8173
- * @description Whether the simulation persona is deleted.
8172
+ * @description Whether the simulation scenario is deleted.
8174
8173
  */
8175
8174
  is_deleted: boolean;
8176
8175
  /**
8177
8176
  * Created At
8178
8177
  * Format: date-time
8179
- * @description The timestamp when the simulation persona was created.
8178
+ * @description The timestamp when the simulation scenario was created.
8180
8179
  */
8181
8180
  created_at: string;
8182
- /** @description The user who created the simulation persona. */
8183
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8181
+ /** @description The user who created the simulation scenario. */
8182
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8184
8183
  /**
8185
8184
  * Updated At
8186
8185
  * Format: date-time
8187
- * @description The timestamp when the simulation persona was last updated.
8186
+ * @description The timestamp when the simulation scenario was last updated.
8188
8187
  */
8189
8188
  updated_at: string;
8190
- /** @description The user who last updated the simulation persona. */
8191
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8192
- };
8193
- /** Response */
8194
- simulation__search_simulation_scenarios__Response: {
8195
- /**
8196
- * Simulation Scenarios
8197
- * @description The list of simulation scenarios.
8198
- */
8199
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8189
+ /** @description The user who last updated the simulation scenario. */
8190
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8200
8191
  };
8201
8192
  /** Response */
8202
8193
  simulation__search_simulation_unit_test_set__Response: {
@@ -8302,7 +8293,7 @@ export interface components {
8302
8293
  * Unit Test Runs
8303
8294
  * @description The unit test runs that are part of this set.
8304
8295
  */
8305
- unit_test_runs?: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8296
+ unit_test_runs?: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8306
8297
  /**
8307
8298
  * Tags
8308
8299
  * @description The tags of the simulation unit test set.
@@ -8311,6 +8302,16 @@ export interface components {
8311
8302
  [key: string]: string | null;
8312
8303
  } | null;
8313
8304
  };
8305
+ /** UnitTestRunDescriptor */
8306
+ simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
8307
+ /** Unit Test Id */
8308
+ unit_test_id: string;
8309
+ /**
8310
+ * Run Count
8311
+ * @description The number of times to run the unit test.
8312
+ */
8313
+ run_count: number;
8314
+ };
8314
8315
  /** Request */
8315
8316
  tool__create_tool__Request: {
8316
8317
  /** @description The name of the tool. It must be unique among all non-deprecated tools in the organization. */
@@ -8339,7 +8340,7 @@ export interface components {
8339
8340
  * Tool Invocations
8340
8341
  * @description The list of tool invocations.
8341
8342
  */
8342
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8343
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8343
8344
  /**
8344
8345
  * Has More
8345
8346
  * @description Whether there are more tool invocations to retrieve.
@@ -8351,47 +8352,6 @@ export interface components {
8351
8352
  */
8352
8353
  continuation_token: unknown | null;
8353
8354
  };
8354
- /** ToolInvocationInstance */
8355
- tool__get_tool_invocations__Response__ToolInvocationInstance: {
8356
- /**
8357
- * Id
8358
- * @description The ID of the tool invocation.
8359
- */
8360
- id: string;
8361
- /**
8362
- * Org Id
8363
- * @description The ID of the organization.
8364
- */
8365
- org_id: string;
8366
- /**
8367
- * Created At
8368
- * Format: date-time
8369
- */
8370
- created_at?: string;
8371
- /**
8372
- * Updated At
8373
- * Format: date-time
8374
- */
8375
- updated_at?: string;
8376
- /** @description The status of the tool invocation. */
8377
- invocation_status: components["schemas"]["InvocationStatus"];
8378
- /** @description The source of the tool invocation. */
8379
- invocation_source: components["schemas"]["InvocationSource"];
8380
- /** Logs */
8381
- logs: string[];
8382
- /**
8383
- * Duration Ms
8384
- * @description The duration of the tool invocation in milliseconds.
8385
- */
8386
- duration_ms: number;
8387
- /**
8388
- * Tool Id
8389
- * @description The ID of the tool that was invoked.
8390
- */
8391
- tool_id: string;
8392
- /** @description The version of the tool that was invoked. */
8393
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
8394
- };
8395
8355
  /** Response */
8396
8356
  tool__get_tool_versions__Response: {
8397
8357
  /**
@@ -8532,7 +8492,48 @@ export interface components {
8532
8492
  * Tool Invocations
8533
8493
  * @description The list of tool invocations.
8534
8494
  */
8535
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8495
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8496
+ };
8497
+ /** ToolInvocationInstance */
8498
+ tool__search_tool_invocations__Response__ToolInvocationInstance: {
8499
+ /**
8500
+ * Id
8501
+ * @description The ID of the tool invocation.
8502
+ */
8503
+ id: string;
8504
+ /**
8505
+ * Org Id
8506
+ * @description The ID of the organization.
8507
+ */
8508
+ org_id: string;
8509
+ /**
8510
+ * Created At
8511
+ * Format: date-time
8512
+ */
8513
+ created_at?: string;
8514
+ /**
8515
+ * Updated At
8516
+ * Format: date-time
8517
+ */
8518
+ updated_at?: string;
8519
+ /** @description The status of the tool invocation. */
8520
+ invocation_status: components["schemas"]["InvocationStatus"];
8521
+ /** @description The source of the tool invocation. */
8522
+ invocation_source: components["schemas"]["InvocationSource"];
8523
+ /** Logs */
8524
+ logs: string[];
8525
+ /**
8526
+ * Duration Ms
8527
+ * @description The duration of the tool invocation in milliseconds.
8528
+ */
8529
+ duration_ms: number;
8530
+ /**
8531
+ * Tool Id
8532
+ * @description The ID of the tool that was invoked.
8533
+ */
8534
+ tool_id: string;
8535
+ /** @description The version of the tool that was invoked. */
8536
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8536
8537
  };
8537
8538
  /** Request */
8538
8539
  tool__test_tool__Request: {
@@ -8706,24 +8707,6 @@ export interface components {
8706
8707
  */
8707
8708
  continuation_token: number | null;
8708
8709
  };
8709
- /** UserStats */
8710
- user__get_users__Response__UserInstance__UserStats: {
8711
- /**
8712
- * Num Conversations
8713
- * @description The number of conversations the user has created.
8714
- */
8715
- num_conversations: number;
8716
- /**
8717
- * Num Messages
8718
- * @description The number of messages the user has sent and received.
8719
- */
8720
- num_messages: number;
8721
- /**
8722
- * Last Message Time
8723
- * @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
8724
- */
8725
- last_message_time: string | null;
8726
- };
8727
8710
  /** Response */
8728
8711
  user__search_users__Response: {
8729
8712
  /**
@@ -8760,7 +8743,7 @@ export interface components {
8760
8743
  */
8761
8744
  email: string;
8762
8745
  /** @description Statistics about the user's usage of the Amigo platform. */
8763
- user_stats: components["schemas"]["user__get_users__Response__UserInstance__UserStats"];
8746
+ user_stats: components["schemas"]["user__search_users__Response__UserInstance__UserStats"];
8764
8747
  /**
8765
8748
  * Role
8766
8749
  * @description The ID of the role of the user.
@@ -8769,6 +8752,24 @@ export interface components {
8769
8752
  /** @description The preferences of the user. */
8770
8753
  preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
8771
8754
  };
8755
+ /** UserStats */
8756
+ user__search_users__Response__UserInstance__UserStats: {
8757
+ /**
8758
+ * Num Conversations
8759
+ * @description The number of conversations the user has created.
8760
+ */
8761
+ num_conversations: number;
8762
+ /**
8763
+ * Num Messages
8764
+ * @description The number of messages the user has sent and received.
8765
+ */
8766
+ num_messages: number;
8767
+ /**
8768
+ * Last Message Time
8769
+ * @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
8770
+ */
8771
+ last_message_time: string | null;
8772
+ };
8772
8773
  /** SigninWithAPIKeyResponse */
8773
8774
  user__sign_in_with_api_key__Response: {
8774
8775
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.71.0",
3
+ "version": "0.72.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"