@amigo-ai/sdk 0.89.0 → 0.91.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.
@@ -3468,7 +3468,7 @@ export interface components {
3468
3468
  * Tags
3469
3469
  * @description The tags of the metric.
3470
3470
  */
3471
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
3471
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
3472
3472
  /** @description The user who created the metric. */
3473
3473
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3474
3474
  /** @description The user who last updated the metric. */
@@ -3573,7 +3573,7 @@ export interface components {
3573
3573
  * Tags
3574
3574
  * @description The tags of the metric.
3575
3575
  */
3576
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
3576
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
3577
3577
  /** @description The user who created the metric. */
3578
3578
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3579
3579
  /** @description The user who last updated the metric. */
@@ -4425,7 +4425,7 @@ export interface components {
4425
4425
  * Tags
4426
4426
  * @description The tags of the service.
4427
4427
  */
4428
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4428
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4429
4429
  };
4430
4430
  /** SimulationConversationInvocationSource */
4431
4431
  SimulationConversationInvocationSource: {
@@ -4635,7 +4635,7 @@ export interface components {
4635
4635
  * Tags
4636
4636
  * @description The tags of the simulation persona.
4637
4637
  */
4638
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4638
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4639
4639
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4640
4640
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4641
4641
  };
@@ -4707,7 +4707,7 @@ export interface components {
4707
4707
  * Tags
4708
4708
  * @description The tags of the simulation persona.
4709
4709
  */
4710
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4710
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4711
4711
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4712
4712
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4713
4713
  };
@@ -4762,7 +4762,7 @@ export interface components {
4762
4762
  * Tags
4763
4763
  * @description The tags of the simulation unit test set.
4764
4764
  */
4765
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4765
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4766
4766
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4767
4767
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4768
4768
  };
@@ -4814,7 +4814,7 @@ export interface components {
4814
4814
  * Tags
4815
4815
  * @description The tags of the simulation unit test set.
4816
4816
  */
4817
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4817
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4818
4818
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4819
4819
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4820
4820
  };
@@ -5276,7 +5276,7 @@ export interface components {
5276
5276
  * Tags
5277
5277
  * @description The tags of the simulation persona.
5278
5278
  */
5279
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
5279
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
5280
5280
  };
5281
5281
  /** ToolVersionInstance */
5282
5282
  ToolVersionInstance: {
@@ -5901,6 +5901,13 @@ export interface components {
5901
5901
  metric_id: string;
5902
5902
  criterion: components["schemas"]["SuccessCriterionDescription-Output"];
5903
5903
  };
5904
+ /** Tag */
5905
+ amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
5906
+ /** Key */
5907
+ key: string;
5908
+ /** Value */
5909
+ value: string | null;
5910
+ };
5904
5911
  /** UserInfo */
5905
5912
  amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
5906
5913
  /** Org Id */
@@ -5943,13 +5950,6 @@ export interface components {
5943
5950
  /** User Id */
5944
5951
  user_id: string;
5945
5952
  };
5946
- /** Tag */
5947
- amigo_lib__mongo__collections__tool__Tool__Tag: {
5948
- /** Key */
5949
- key: string;
5950
- /** Value */
5951
- value: string | null;
5952
- };
5953
5953
  /** UserInfo */
5954
5954
  amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
5955
5955
  /**
@@ -7394,10 +7394,29 @@ export interface components {
7394
7394
  * Permission Grants
7395
7395
  * @description A list of permission grants associated with this role.
7396
7396
  */
7397
- permission_grants: components["schemas"]["role__modify_role__Request__PermissionGrant"][];
7397
+ permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
7398
7398
  /** @description The frontend view for users of this role. */
7399
7399
  frontend_view: components["schemas"]["FrontendView"];
7400
7400
  };
7401
+ /** PermissionGrant */
7402
+ role__create_role__Request__PermissionGrant: {
7403
+ /**
7404
+ * Action
7405
+ * @description Whether this grant allows or denies the specified access.
7406
+ * @enum {string}
7407
+ */
7408
+ action: "Allow" | "Deny";
7409
+ /** Permission Name */
7410
+ permission_name: string;
7411
+ /**
7412
+ * Conditions
7413
+ * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7414
+ */
7415
+ conditions: {
7416
+ [key: string]: components["schemas"]["Condition"];
7417
+ };
7418
+ description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7419
+ };
7401
7420
  /** Response */
7402
7421
  role__create_role__Response: {
7403
7422
  /**
@@ -7422,29 +7441,10 @@ export interface components {
7422
7441
  * Permission Grants
7423
7442
  * @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
7424
7443
  */
7425
- permission_grants?: components["schemas"]["role__modify_role__Request__PermissionGrant"][] | null;
7444
+ permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
7426
7445
  /** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
7427
7446
  frontend_view?: components["schemas"]["FrontendView"] | null;
7428
7447
  };
7429
- /** PermissionGrant */
7430
- role__modify_role__Request__PermissionGrant: {
7431
- /**
7432
- * Action
7433
- * @description Whether this grant allows or denies the specified access.
7434
- * @enum {string}
7435
- */
7436
- action: "Allow" | "Deny";
7437
- /** Permission Name */
7438
- permission_name: string;
7439
- /**
7440
- * Conditions
7441
- * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7442
- */
7443
- conditions: {
7444
- [key: string]: components["schemas"]["Condition"];
7445
- };
7446
- description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7447
- };
7448
7448
  /** Response */
7449
7449
  role__modify_role__Response: {
7450
7450
  /**
@@ -7476,13 +7476,12 @@ export interface components {
7476
7476
  is_active: boolean;
7477
7477
  /** @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
7478
7478
  * latest agent and state machine versions with no model preference. */
7479
- release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7479
+ release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7480
7480
  /**
7481
7481
  * Keyterms
7482
7482
  * @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.
7483
- * @default []
7484
7483
  */
7485
- keyterms?: components["schemas"]["StrippedNonemptyString_a-z-_____a-z-____0_2____"][];
7484
+ keyterms: components["schemas"]["StrippedNonemptyString_a-z-_____a-z-____0_2____"][];
7486
7485
  /**
7487
7486
  * Tags
7488
7487
  * @description The tags of this service.
@@ -7491,35 +7490,6 @@ export interface components {
7491
7490
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7492
7491
  };
7493
7492
  };
7494
- /** VersionSet */
7495
- service__create_service__Request__VersionSet: {
7496
- /**
7497
- * Agent Version Number
7498
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7499
- */
7500
- agent_version_number: number | null;
7501
- /**
7502
- * Service Hierarchical State Machine Version Number
7503
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7504
- */
7505
- service_hierarchical_state_machine_version_number: number | null;
7506
- /** Llm Model Preferences */
7507
- llm_model_preferences: {
7508
- [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
7509
- };
7510
- };
7511
- /** LLMConfig */
7512
- service__create_service__Request__VersionSet__LLMConfig: {
7513
- llm_name: components["schemas"]["LLMType"];
7514
- /**
7515
- * Params
7516
- * @description LLM-specific parameters to use.
7517
- * @default {}
7518
- */
7519
- params?: {
7520
- [key: string]: unknown;
7521
- };
7522
- };
7523
7493
  /** Response */
7524
7494
  service__create_service__Response: {
7525
7495
  /**
@@ -7600,7 +7570,36 @@ export interface components {
7600
7570
  /** Request */
7601
7571
  service__upsert_service_version_set__Request: {
7602
7572
  /** @description The version set to upsert. */
7603
- version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7573
+ version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7574
+ };
7575
+ /** VersionSet */
7576
+ service__upsert_service_version_set__Request__VersionSet: {
7577
+ /**
7578
+ * Agent Version Number
7579
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7580
+ */
7581
+ agent_version_number: number | null;
7582
+ /**
7583
+ * Service Hierarchical State Machine Version Number
7584
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7585
+ */
7586
+ service_hierarchical_state_machine_version_number: number | null;
7587
+ /** Llm Model Preferences */
7588
+ llm_model_preferences: {
7589
+ [key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
7590
+ };
7591
+ };
7592
+ /** LLMConfig */
7593
+ service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
7594
+ llm_name: components["schemas"]["LLMType"];
7595
+ /**
7596
+ * Params
7597
+ * @description LLM-specific parameters to use.
7598
+ * @default {}
7599
+ */
7600
+ params?: {
7601
+ [key: string]: unknown;
7602
+ };
7604
7603
  };
7605
7604
  /** Request */
7606
7605
  simulation__create_simulation_persona__Request: {
@@ -7862,7 +7861,7 @@ export interface components {
7862
7861
  * Simulation Personas
7863
7862
  * @description The list of simulation personas.
7864
7863
  */
7865
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
7864
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
7866
7865
  /**
7867
7866
  * Has More
7868
7867
  * @description Whether there are more simulation personas to fetch.
@@ -7897,6 +7896,52 @@ export interface components {
7897
7896
  */
7898
7897
  roles: string[];
7899
7898
  };
7899
+ /** SimulationPersonaInstance */
7900
+ simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
7901
+ /**
7902
+ * Id
7903
+ * @description The ID of the simulation persona.
7904
+ */
7905
+ id: string;
7906
+ /**
7907
+ * Name
7908
+ * @description The name of the simulation persona.
7909
+ */
7910
+ name: string;
7911
+ /**
7912
+ * Role
7913
+ * @description The role of the simulation persona.
7914
+ */
7915
+ role: string;
7916
+ /**
7917
+ * Tags
7918
+ * @description The tags of the simulation persona.
7919
+ */
7920
+ tags: {
7921
+ [key: string]: string | null;
7922
+ };
7923
+ /**
7924
+ * Is Deleted
7925
+ * @description Whether the simulation persona is deleted.
7926
+ */
7927
+ is_deleted: boolean;
7928
+ /**
7929
+ * Created At
7930
+ * Format: date-time
7931
+ * @description The timestamp when the simulation persona was created.
7932
+ */
7933
+ created_at: string;
7934
+ /** @description The user who created the simulation persona. */
7935
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7936
+ /**
7937
+ * Updated At
7938
+ * Format: date-time
7939
+ * @description The timestamp when the simulation persona was last updated.
7940
+ */
7941
+ updated_at: string;
7942
+ /** @description The user who last updated the simulation persona. */
7943
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7944
+ };
7900
7945
  /** Response */
7901
7946
  simulation__get_simulation_scenario_versions__Response: {
7902
7947
  /**
@@ -7921,7 +7966,7 @@ export interface components {
7921
7966
  * Simulation Scenarios
7922
7967
  * @description The list of simulation scenarios.
7923
7968
  */
7924
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
7969
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
7925
7970
  /**
7926
7971
  * Has More
7927
7972
  * @description Whether there are more simulation scenarios to fetch.
@@ -7951,47 +7996,6 @@ export interface components {
7951
7996
  */
7952
7997
  tags: string[];
7953
7998
  };
7954
- /** SimulationScenarioInstance */
7955
- simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
7956
- /**
7957
- * Id
7958
- * @description The ID of the simulation scenario.
7959
- */
7960
- id: string;
7961
- /**
7962
- * Name
7963
- * @description The name of the simulation scenario.
7964
- */
7965
- name: string;
7966
- /**
7967
- * Tags
7968
- * @description The tags of the simulation scenario.
7969
- */
7970
- tags: {
7971
- [key: string]: string | null;
7972
- };
7973
- /**
7974
- * Is Deleted
7975
- * @description Whether the simulation scenario is deleted.
7976
- */
7977
- is_deleted: boolean;
7978
- /**
7979
- * Created At
7980
- * Format: date-time
7981
- * @description The timestamp when the simulation scenario was created.
7982
- */
7983
- created_at: string;
7984
- /** @description The user who created the simulation scenario. */
7985
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7986
- /**
7987
- * Updated At
7988
- * Format: date-time
7989
- * @description The timestamp when the simulation scenario was last updated.
7990
- */
7991
- updated_at: string;
7992
- /** @description The user who last updated the simulation scenario. */
7993
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7994
- };
7995
7999
  /** Response */
7996
8000
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
7997
8001
  /**
@@ -8150,61 +8154,56 @@ export interface components {
8150
8154
  * Simulation Personas
8151
8155
  * @description The list of simulation personas.
8152
8156
  */
8153
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
8157
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
8154
8158
  };
8155
- /** SimulationPersonaInstance */
8156
- simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
8159
+ /** Response */
8160
+ simulation__search_simulation_scenarios__Response: {
8161
+ /**
8162
+ * Simulation Scenarios
8163
+ * @description The list of simulation scenarios.
8164
+ */
8165
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8166
+ };
8167
+ /** SimulationScenarioInstance */
8168
+ simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
8157
8169
  /**
8158
8170
  * Id
8159
- * @description The ID of the simulation persona.
8171
+ * @description The ID of the simulation scenario.
8160
8172
  */
8161
8173
  id: string;
8162
8174
  /**
8163
8175
  * Name
8164
- * @description The name of the simulation persona.
8176
+ * @description The name of the simulation scenario.
8165
8177
  */
8166
8178
  name: string;
8167
- /**
8168
- * Role
8169
- * @description The role of the simulation persona.
8170
- */
8171
- role: string;
8172
8179
  /**
8173
8180
  * Tags
8174
- * @description The tags of the simulation persona.
8181
+ * @description The tags of the simulation scenario.
8175
8182
  */
8176
8183
  tags: {
8177
8184
  [key: string]: string | null;
8178
8185
  };
8179
8186
  /**
8180
8187
  * Is Deleted
8181
- * @description Whether the simulation persona is deleted.
8188
+ * @description Whether the simulation scenario is deleted.
8182
8189
  */
8183
8190
  is_deleted: boolean;
8184
8191
  /**
8185
8192
  * Created At
8186
8193
  * Format: date-time
8187
- * @description The timestamp when the simulation persona was created.
8194
+ * @description The timestamp when the simulation scenario was created.
8188
8195
  */
8189
8196
  created_at: string;
8190
- /** @description The user who created the simulation persona. */
8191
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8197
+ /** @description The user who created the simulation scenario. */
8198
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8192
8199
  /**
8193
8200
  * Updated At
8194
8201
  * Format: date-time
8195
- * @description The timestamp when the simulation persona was last updated.
8202
+ * @description The timestamp when the simulation scenario was last updated.
8196
8203
  */
8197
8204
  updated_at: string;
8198
- /** @description The user who last updated the simulation persona. */
8199
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8200
- };
8201
- /** Response */
8202
- simulation__search_simulation_scenarios__Response: {
8203
- /**
8204
- * Simulation Scenarios
8205
- * @description The list of simulation scenarios.
8206
- */
8207
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8205
+ /** @description The user who last updated the simulation scenario. */
8206
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8208
8207
  };
8209
8208
  /** Response */
8210
8209
  simulation__search_simulation_unit_test_set__Response: {
@@ -8357,7 +8356,7 @@ export interface components {
8357
8356
  * Tool Invocations
8358
8357
  * @description The list of tool invocations.
8359
8358
  */
8360
- tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8359
+ tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8361
8360
  /**
8362
8361
  * Has More
8363
8362
  * @description Whether there are more tool invocations to retrieve.
@@ -8369,6 +8368,47 @@ export interface components {
8369
8368
  */
8370
8369
  continuation_token: unknown | null;
8371
8370
  };
8371
+ /** ToolInvocationInstance */
8372
+ tool__get_tool_invocations__Response__ToolInvocationInstance: {
8373
+ /**
8374
+ * Id
8375
+ * @description The ID of the tool invocation.
8376
+ */
8377
+ id: string;
8378
+ /**
8379
+ * Org Id
8380
+ * @description The ID of the organization.
8381
+ */
8382
+ org_id: string;
8383
+ /**
8384
+ * Created At
8385
+ * Format: date-time
8386
+ */
8387
+ created_at?: string;
8388
+ /**
8389
+ * Updated At
8390
+ * Format: date-time
8391
+ */
8392
+ updated_at?: string;
8393
+ /** @description The status of the tool invocation. */
8394
+ invocation_status: components["schemas"]["InvocationStatus"];
8395
+ /** @description The source of the tool invocation. */
8396
+ invocation_source: components["schemas"]["InvocationSource"];
8397
+ /** Logs */
8398
+ logs: string[];
8399
+ /**
8400
+ * Duration Ms
8401
+ * @description The duration of the tool invocation in milliseconds.
8402
+ */
8403
+ duration_ms: number;
8404
+ /**
8405
+ * Tool Id
8406
+ * @description The ID of the tool that was invoked.
8407
+ */
8408
+ tool_id: string;
8409
+ /** @description The version of the tool that was invoked. */
8410
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8411
+ };
8372
8412
  /** Response */
8373
8413
  tool__get_tool_versions__Response: {
8374
8414
  /**
@@ -8437,23 +8477,7 @@ export interface components {
8437
8477
  * Inputs
8438
8478
  * @description The list of inputs for the tool invocation.
8439
8479
  */
8440
- inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
8441
- };
8442
- /** Input */
8443
- tool__invoke_tool_version__Request__Input: {
8444
- /**
8445
- * Input Parameters
8446
- * @description The input parameters for the tool invocation.
8447
- */
8448
- input_parameters: {
8449
- [key: string]: unknown;
8450
- };
8451
- /**
8452
- * Invocation Mode
8453
- * @description The mode of invocation.
8454
- * @enum {string}
8455
- */
8456
- invocation_mode: "regular" | "conversation-simulation";
8480
+ inputs: components["schemas"]["tool__test_tool__Request__Input"][];
8457
8481
  };
8458
8482
  /** Response */
8459
8483
  tool__invoke_tool_version__Response: {
@@ -8525,48 +8549,7 @@ export interface components {
8525
8549
  * Tool Invocations
8526
8550
  * @description The list of tool invocations.
8527
8551
  */
8528
- tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8529
- };
8530
- /** ToolInvocationInstance */
8531
- tool__search_tool_invocations__Response__ToolInvocationInstance: {
8532
- /**
8533
- * Id
8534
- * @description The ID of the tool invocation.
8535
- */
8536
- id: string;
8537
- /**
8538
- * Org Id
8539
- * @description The ID of the organization.
8540
- */
8541
- org_id: string;
8542
- /**
8543
- * Created At
8544
- * Format: date-time
8545
- */
8546
- created_at?: string;
8547
- /**
8548
- * Updated At
8549
- * Format: date-time
8550
- */
8551
- updated_at?: string;
8552
- /** @description The status of the tool invocation. */
8553
- invocation_status: components["schemas"]["InvocationStatus"];
8554
- /** @description The source of the tool invocation. */
8555
- invocation_source: components["schemas"]["InvocationSource"];
8556
- /** Logs */
8557
- logs: string[];
8558
- /**
8559
- * Duration Ms
8560
- * @description The duration of the tool invocation in milliseconds.
8561
- */
8562
- duration_ms: number;
8563
- /**
8564
- * Tool Id
8565
- * @description The ID of the tool that was invoked.
8566
- */
8567
- tool_id: string;
8568
- /** @description The version of the tool that was invoked. */
8569
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8552
+ tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8570
8553
  };
8571
8554
  /** Request */
8572
8555
  tool__test_tool__Request: {
@@ -8574,7 +8557,7 @@ export interface components {
8574
8557
  * Inputs
8575
8558
  * @description The list of inputs for the tool invocation.
8576
8559
  */
8577
- inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
8560
+ inputs: components["schemas"]["tool__test_tool__Request__Input"][];
8578
8561
  /**
8579
8562
  * Commit Branch
8580
8563
  * @description The branch in the tools repo whose tip will be tested.
@@ -8600,6 +8583,22 @@ export interface components {
8600
8583
  [key: string]: string;
8601
8584
  };
8602
8585
  };
8586
+ /** Input */
8587
+ tool__test_tool__Request__Input: {
8588
+ /**
8589
+ * Input Parameters
8590
+ * @description The input parameters for the tool invocation.
8591
+ */
8592
+ input_parameters: {
8593
+ [key: string]: unknown;
8594
+ };
8595
+ /**
8596
+ * Invocation Mode
8597
+ * @description The mode of invocation.
8598
+ * @enum {string}
8599
+ */
8600
+ invocation_mode: "regular" | "conversation-simulation";
8601
+ };
8603
8602
  /** Response */
8604
8603
  tool__test_tool__Response: {
8605
8604
  /** Invocation Results */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.89.0",
3
+ "version": "0.91.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"