@amigo-ai/sdk 0.74.0 → 0.75.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.
@@ -3463,7 +3463,7 @@ export interface components {
3463
3463
  * Tags
3464
3464
  * @description The tags of the metric.
3465
3465
  */
3466
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
3466
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
3467
3467
  /** @description The user who created the metric. */
3468
3468
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3469
3469
  /** @description The user who last updated the metric. */
@@ -3568,7 +3568,7 @@ export interface components {
3568
3568
  * Tags
3569
3569
  * @description The tags of the metric.
3570
3570
  */
3571
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
3571
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
3572
3572
  /** @description The user who created the metric. */
3573
3573
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3574
3574
  /** @description The user who last updated the metric. */
@@ -4426,7 +4426,7 @@ export interface components {
4426
4426
  * Tags
4427
4427
  * @description The tags of the service.
4428
4428
  */
4429
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4429
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4430
4430
  };
4431
4431
  /** SimulationConversationInvocationSource */
4432
4432
  SimulationConversationInvocationSource: {
@@ -4636,7 +4636,7 @@ export interface components {
4636
4636
  * Tags
4637
4637
  * @description The tags of the simulation persona.
4638
4638
  */
4639
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4639
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4640
4640
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4641
4641
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4642
4642
  };
@@ -4708,7 +4708,7 @@ export interface components {
4708
4708
  * Tags
4709
4709
  * @description The tags of the simulation persona.
4710
4710
  */
4711
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4711
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4712
4712
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4713
4713
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4714
4714
  };
@@ -4763,7 +4763,7 @@ export interface components {
4763
4763
  * Tags
4764
4764
  * @description The tags of the simulation unit test set.
4765
4765
  */
4766
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4766
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4767
4767
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4768
4768
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4769
4769
  };
@@ -4815,7 +4815,7 @@ export interface components {
4815
4815
  * Tags
4816
4816
  * @description The tags of the simulation unit test set.
4817
4817
  */
4818
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4818
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4819
4819
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4820
4820
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4821
4821
  };
@@ -5277,7 +5277,7 @@ export interface components {
5277
5277
  * Tags
5278
5278
  * @description The tags of the simulation persona.
5279
5279
  */
5280
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
5280
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
5281
5281
  };
5282
5282
  /** ToolVersionInstance */
5283
5283
  ToolVersionInstance: {
@@ -5909,6 +5909,13 @@ export interface components {
5909
5909
  /** User Id */
5910
5910
  user_id: string;
5911
5911
  };
5912
+ /** Tag */
5913
+ amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag: {
5914
+ /** Key */
5915
+ key: string;
5916
+ /** Value */
5917
+ value: string | null;
5918
+ };
5912
5919
  /** UnitTestRunDescriptor */
5913
5920
  amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UnitTestRunDescriptor: {
5914
5921
  /** Unit Test Id */
@@ -5944,13 +5951,6 @@ export interface components {
5944
5951
  /** User Id */
5945
5952
  user_id: string;
5946
5953
  };
5947
- /** Tag */
5948
- amigo_lib__mongo__collections__tool__Tool__Tag: {
5949
- /** Key */
5950
- key: string;
5951
- /** Value */
5952
- value: string | null;
5953
- };
5954
5954
  /** UserInfo */
5955
5955
  amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
5956
5956
  /**
@@ -6301,7 +6301,7 @@ export interface components {
6301
6301
  * Actions
6302
6302
  * @description The action to perform when the dynamic behavior set version is activated.
6303
6303
  */
6304
- actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction"])[];
6304
+ actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction"])[];
6305
6305
  };
6306
6306
  /** ChangeToolCandidatesAction */
6307
6307
  dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction: {
@@ -6352,20 +6352,6 @@ export interface components {
6352
6352
  * the context of the dynamic behavior. */
6353
6353
  tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6354
6354
  };
6355
- /** InjectInstructionAction */
6356
- dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction: {
6357
- /**
6358
- * @description discriminator enum property added by openapi-typescript
6359
- * @enum {string}
6360
- */
6361
- type: "dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction";
6362
- instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6363
- /**
6364
- * Overrides Instructions
6365
- * @description During injection, whether the original instruction of the state is overriden with this instruction.
6366
- */
6367
- overrides_instructions: boolean;
6368
- };
6369
6355
  /** Response */
6370
6356
  dynamic_behavior_set__create_dynamic_behavior_set__Response: {
6371
6357
  /**
@@ -6385,7 +6371,7 @@ export interface components {
6385
6371
  * Actions
6386
6372
  * @description The action to perform when the dynamic behavior set version is activated.
6387
6373
  */
6388
- actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction"])[];
6374
+ actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction"])[];
6389
6375
  };
6390
6376
  /** ChangeToolCandidatesAction */
6391
6377
  dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction: {
@@ -6436,6 +6422,20 @@ export interface components {
6436
6422
  * the context of the dynamic behavior. */
6437
6423
  tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6438
6424
  };
6425
+ /** InjectInstructionAction */
6426
+ dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction: {
6427
+ /**
6428
+ * @description discriminator enum property added by openapi-typescript
6429
+ * @enum {string}
6430
+ */
6431
+ type: "dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction";
6432
+ instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6433
+ /**
6434
+ * Overrides Instructions
6435
+ * @description During injection, whether the original instruction of the state is overriden with this instruction.
6436
+ */
6437
+ overrides_instructions: boolean;
6438
+ };
6439
6439
  /** Response */
6440
6440
  dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
6441
6441
  /**
@@ -7395,29 +7395,10 @@ export interface components {
7395
7395
  * Permission Grants
7396
7396
  * @description A list of permission grants associated with this role.
7397
7397
  */
7398
- permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
7398
+ permission_grants: components["schemas"]["role__modify_role__Request__PermissionGrant"][];
7399
7399
  /** @description The frontend view for users of this role. */
7400
7400
  frontend_view: components["schemas"]["FrontendView"];
7401
7401
  };
7402
- /** PermissionGrant */
7403
- role__create_role__Request__PermissionGrant: {
7404
- /**
7405
- * Action
7406
- * @description Whether this grant allows or denies the specified access.
7407
- * @enum {string}
7408
- */
7409
- action: "Allow" | "Deny";
7410
- /** Permission Name */
7411
- permission_name: string;
7412
- /**
7413
- * Conditions
7414
- * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7415
- */
7416
- conditions: {
7417
- [key: string]: components["schemas"]["Condition"];
7418
- };
7419
- description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7420
- };
7421
7402
  /** Response */
7422
7403
  role__create_role__Response: {
7423
7404
  /**
@@ -7442,10 +7423,29 @@ export interface components {
7442
7423
  * Permission Grants
7443
7424
  * @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
7444
7425
  */
7445
- permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
7426
+ permission_grants?: components["schemas"]["role__modify_role__Request__PermissionGrant"][] | null;
7446
7427
  /** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
7447
7428
  frontend_view?: components["schemas"]["FrontendView"] | null;
7448
7429
  };
7430
+ /** PermissionGrant */
7431
+ role__modify_role__Request__PermissionGrant: {
7432
+ /**
7433
+ * Action
7434
+ * @description Whether this grant allows or denies the specified access.
7435
+ * @enum {string}
7436
+ */
7437
+ action: "Allow" | "Deny";
7438
+ /** Permission Name */
7439
+ permission_name: string;
7440
+ /**
7441
+ * Conditions
7442
+ * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7443
+ */
7444
+ conditions: {
7445
+ [key: string]: components["schemas"]["Condition"];
7446
+ };
7447
+ description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7448
+ };
7449
7449
  /** Response */
7450
7450
  role__modify_role__Response: {
7451
7451
  /**
@@ -7477,7 +7477,7 @@ export interface components {
7477
7477
  is_active: boolean;
7478
7478
  /** @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
7479
7479
  * latest agent and state machine versions with no model preference. */
7480
- release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7480
+ release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7481
7481
  /**
7482
7482
  * Keyterms
7483
7483
  * @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.
@@ -7492,23 +7492,6 @@ export interface components {
7492
7492
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7493
7493
  };
7494
7494
  };
7495
- /** VersionSet */
7496
- service__create_service__Request__VersionSet: {
7497
- /**
7498
- * Agent Version Number
7499
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7500
- */
7501
- agent_version_number: number | null;
7502
- /**
7503
- * Service Hierarchical State Machine Version Number
7504
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7505
- */
7506
- service_hierarchical_state_machine_version_number: number | null;
7507
- /** Llm Model Preferences */
7508
- llm_model_preferences: {
7509
- [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
7510
- };
7511
- };
7512
7495
  /** LLMConfig */
7513
7496
  service__create_service__Request__VersionSet__LLMConfig: {
7514
7497
  llm_name: components["schemas"]["LLMType"];
@@ -7601,7 +7584,24 @@ export interface components {
7601
7584
  /** Request */
7602
7585
  service__upsert_service_version_set__Request: {
7603
7586
  /** @description The version set to upsert. */
7604
- version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7587
+ version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7588
+ };
7589
+ /** VersionSet */
7590
+ service__upsert_service_version_set__Request__VersionSet: {
7591
+ /**
7592
+ * Agent Version Number
7593
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7594
+ */
7595
+ agent_version_number: number | null;
7596
+ /**
7597
+ * Service Hierarchical State Machine Version Number
7598
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7599
+ */
7600
+ service_hierarchical_state_machine_version_number: number | null;
7601
+ /** Llm Model Preferences */
7602
+ llm_model_preferences: {
7603
+ [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
7604
+ };
7605
7605
  };
7606
7606
  /** Request */
7607
7607
  simulation__create_simulation_persona__Request: {
@@ -7922,7 +7922,7 @@ export interface components {
7922
7922
  * Simulation Scenarios
7923
7923
  * @description The list of simulation scenarios.
7924
7924
  */
7925
- simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
7925
+ simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
7926
7926
  /**
7927
7927
  * Has More
7928
7928
  * @description Whether there are more simulation scenarios to fetch.
@@ -7952,6 +7952,47 @@ export interface components {
7952
7952
  */
7953
7953
  tags: string[];
7954
7954
  };
7955
+ /** SimulationScenarioInstance */
7956
+ simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
7957
+ /**
7958
+ * Id
7959
+ * @description The ID of the simulation scenario.
7960
+ */
7961
+ id: string;
7962
+ /**
7963
+ * Name
7964
+ * @description The name of the simulation scenario.
7965
+ */
7966
+ name: string;
7967
+ /**
7968
+ * Tags
7969
+ * @description The tags of the simulation scenario.
7970
+ */
7971
+ tags: {
7972
+ [key: string]: string | null;
7973
+ };
7974
+ /**
7975
+ * Is Deleted
7976
+ * @description Whether the simulation scenario is deleted.
7977
+ */
7978
+ is_deleted: boolean;
7979
+ /**
7980
+ * Created At
7981
+ * Format: date-time
7982
+ * @description The timestamp when the simulation scenario was created.
7983
+ */
7984
+ created_at: string;
7985
+ /** @description The user who created the simulation scenario. */
7986
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7987
+ /**
7988
+ * Updated At
7989
+ * Format: date-time
7990
+ * @description The timestamp when the simulation scenario was last updated.
7991
+ */
7992
+ updated_at: string;
7993
+ /** @description The user who last updated the simulation scenario. */
7994
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
7995
+ };
7955
7996
  /** Response */
7956
7997
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
7957
7998
  /**
@@ -8164,48 +8205,7 @@ export interface components {
8164
8205
  * Simulation Scenarios
8165
8206
  * @description The list of simulation scenarios.
8166
8207
  */
8167
- simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8168
- };
8169
- /** SimulationScenarioInstance */
8170
- simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
8171
- /**
8172
- * Id
8173
- * @description The ID of the simulation scenario.
8174
- */
8175
- id: string;
8176
- /**
8177
- * Name
8178
- * @description The name of the simulation scenario.
8179
- */
8180
- name: string;
8181
- /**
8182
- * Tags
8183
- * @description The tags of the simulation scenario.
8184
- */
8185
- tags: {
8186
- [key: string]: string | null;
8187
- };
8188
- /**
8189
- * Is Deleted
8190
- * @description Whether the simulation scenario is deleted.
8191
- */
8192
- is_deleted: boolean;
8193
- /**
8194
- * Created At
8195
- * Format: date-time
8196
- * @description The timestamp when the simulation scenario was created.
8197
- */
8198
- created_at: string;
8199
- /** @description The user who created the simulation scenario. */
8200
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8201
- /**
8202
- * Updated At
8203
- * Format: date-time
8204
- * @description The timestamp when the simulation scenario was last updated.
8205
- */
8206
- updated_at: string;
8207
- /** @description The user who last updated the simulation scenario. */
8208
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8208
+ simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8209
8209
  };
8210
8210
  /** Response */
8211
8211
  simulation__search_simulation_unit_test_set__Response: {
@@ -8358,7 +8358,7 @@ export interface components {
8358
8358
  * Tool Invocations
8359
8359
  * @description The list of tool invocations.
8360
8360
  */
8361
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8361
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8362
8362
  /**
8363
8363
  * Has More
8364
8364
  * @description Whether there are more tool invocations to retrieve.
@@ -8370,47 +8370,6 @@ export interface components {
8370
8370
  */
8371
8371
  continuation_token: unknown | null;
8372
8372
  };
8373
- /** ToolInvocationInstance */
8374
- tool__get_tool_invocations__Response__ToolInvocationInstance: {
8375
- /**
8376
- * Id
8377
- * @description The ID of the tool invocation.
8378
- */
8379
- id: string;
8380
- /**
8381
- * Org Id
8382
- * @description The ID of the organization.
8383
- */
8384
- org_id: string;
8385
- /**
8386
- * Created At
8387
- * Format: date-time
8388
- */
8389
- created_at?: string;
8390
- /**
8391
- * Updated At
8392
- * Format: date-time
8393
- */
8394
- updated_at?: string;
8395
- /** @description The status of the tool invocation. */
8396
- invocation_status: components["schemas"]["InvocationStatus"];
8397
- /** @description The source of the tool invocation. */
8398
- invocation_source: components["schemas"]["InvocationSource"];
8399
- /** Logs */
8400
- logs: string[];
8401
- /**
8402
- * Duration Ms
8403
- * @description The duration of the tool invocation in milliseconds.
8404
- */
8405
- duration_ms: number;
8406
- /**
8407
- * Tool Id
8408
- * @description The ID of the tool that was invoked.
8409
- */
8410
- tool_id: string;
8411
- /** @description The version of the tool that was invoked. */
8412
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8413
- };
8414
8373
  /** Response */
8415
8374
  tool__get_tool_versions__Response: {
8416
8375
  /**
@@ -8479,23 +8438,7 @@ export interface components {
8479
8438
  * Inputs
8480
8439
  * @description The list of inputs for the tool invocation.
8481
8440
  */
8482
- inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
8483
- };
8484
- /** Input */
8485
- tool__invoke_tool_version__Request__Input: {
8486
- /**
8487
- * Input Parameters
8488
- * @description The input parameters for the tool invocation.
8489
- */
8490
- input_parameters: {
8491
- [key: string]: unknown;
8492
- };
8493
- /**
8494
- * Invocation Mode
8495
- * @description The mode of invocation.
8496
- * @enum {string}
8497
- */
8498
- invocation_mode: "regular" | "conversation-simulation";
8441
+ inputs: components["schemas"]["tool__test_tool__Request__Input"][];
8499
8442
  };
8500
8443
  /** Response */
8501
8444
  tool__invoke_tool_version__Response: {
@@ -8567,7 +8510,48 @@ export interface components {
8567
8510
  * Tool Invocations
8568
8511
  * @description The list of tool invocations.
8569
8512
  */
8570
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8513
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8514
+ };
8515
+ /** ToolInvocationInstance */
8516
+ tool__search_tool_invocations__Response__ToolInvocationInstance: {
8517
+ /**
8518
+ * Id
8519
+ * @description The ID of the tool invocation.
8520
+ */
8521
+ id: string;
8522
+ /**
8523
+ * Org Id
8524
+ * @description The ID of the organization.
8525
+ */
8526
+ org_id: string;
8527
+ /**
8528
+ * Created At
8529
+ * Format: date-time
8530
+ */
8531
+ created_at?: string;
8532
+ /**
8533
+ * Updated At
8534
+ * Format: date-time
8535
+ */
8536
+ updated_at?: string;
8537
+ /** @description The status of the tool invocation. */
8538
+ invocation_status: components["schemas"]["InvocationStatus"];
8539
+ /** @description The source of the tool invocation. */
8540
+ invocation_source: components["schemas"]["InvocationSource"];
8541
+ /** Logs */
8542
+ logs: string[];
8543
+ /**
8544
+ * Duration Ms
8545
+ * @description The duration of the tool invocation in milliseconds.
8546
+ */
8547
+ duration_ms: number;
8548
+ /**
8549
+ * Tool Id
8550
+ * @description The ID of the tool that was invoked.
8551
+ */
8552
+ tool_id: string;
8553
+ /** @description The version of the tool that was invoked. */
8554
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8571
8555
  };
8572
8556
  /** Request */
8573
8557
  tool__test_tool__Request: {
@@ -8575,7 +8559,7 @@ export interface components {
8575
8559
  * Inputs
8576
8560
  * @description The list of inputs for the tool invocation.
8577
8561
  */
8578
- inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
8562
+ inputs: components["schemas"]["tool__test_tool__Request__Input"][];
8579
8563
  /**
8580
8564
  * Commit Branch
8581
8565
  * @description The branch in the tools repo whose tip will be tested.
@@ -8601,6 +8585,22 @@ export interface components {
8601
8585
  [key: string]: string;
8602
8586
  };
8603
8587
  };
8588
+ /** Input */
8589
+ tool__test_tool__Request__Input: {
8590
+ /**
8591
+ * Input Parameters
8592
+ * @description The input parameters for the tool invocation.
8593
+ */
8594
+ input_parameters: {
8595
+ [key: string]: unknown;
8596
+ };
8597
+ /**
8598
+ * Invocation Mode
8599
+ * @description The mode of invocation.
8600
+ * @enum {string}
8601
+ */
8602
+ invocation_mode: "regular" | "conversation-simulation";
8603
+ };
8604
8604
  /** Response */
8605
8605
  tool__test_tool__Response: {
8606
8606
  /** Invocation Results */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.74.0",
3
+ "version": "0.75.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"