@amigo-ai/sdk 0.99.0 → 0.100.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.
@@ -3469,7 +3469,7 @@ export interface components {
3469
3469
  * Tags
3470
3470
  * @description The tags of the metric.
3471
3471
  */
3472
- tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
3472
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
3473
3473
  /** @description The user who created the metric. */
3474
3474
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3475
3475
  /** @description The user who last updated the metric. */
@@ -3574,7 +3574,7 @@ export interface components {
3574
3574
  * Tags
3575
3575
  * @description The tags of the metric.
3576
3576
  */
3577
- tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
3577
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
3578
3578
  /** @description The user who created the metric. */
3579
3579
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3580
3580
  /** @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__simulation_unit_test__SimulationUnitTest__Tag"][];
4429
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4430
4430
  /**
4431
4431
  * Keyterms
4432
4432
  * @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.
@@ -4641,7 +4641,7 @@ export interface components {
4641
4641
  * Tags
4642
4642
  * @description The tags of the simulation persona.
4643
4643
  */
4644
- tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4644
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4645
4645
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4646
4646
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4647
4647
  };
@@ -4713,7 +4713,7 @@ export interface components {
4713
4713
  * Tags
4714
4714
  * @description The tags of the simulation persona.
4715
4715
  */
4716
- tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4716
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4717
4717
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4718
4718
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4719
4719
  };
@@ -4768,7 +4768,7 @@ export interface components {
4768
4768
  * Tags
4769
4769
  * @description The tags of the simulation unit test set.
4770
4770
  */
4771
- tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4771
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4772
4772
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4773
4773
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4774
4774
  };
@@ -4820,7 +4820,7 @@ export interface components {
4820
4820
  * Tags
4821
4821
  * @description The tags of the simulation unit test set.
4822
4822
  */
4823
- tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4823
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
4824
4824
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4825
4825
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4826
4826
  };
@@ -5282,7 +5282,7 @@ export interface components {
5282
5282
  * Tags
5283
5283
  * @description The tags of the simulation persona.
5284
5284
  */
5285
- tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
5285
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag"][];
5286
5286
  };
5287
5287
  /** ToolVersionInstance */
5288
5288
  ToolVersionInstance: {
@@ -5907,13 +5907,6 @@ export interface components {
5907
5907
  metric_id: string;
5908
5908
  criterion: components["schemas"]["SuccessCriterionDescription-Output"];
5909
5909
  };
5910
- /** Tag */
5911
- amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
5912
- /** Key */
5913
- key: string;
5914
- /** Value */
5915
- value: string | null;
5916
- };
5917
5910
  /** UserInfo */
5918
5911
  amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
5919
5912
  /** Org Id */
@@ -5921,6 +5914,13 @@ export interface components {
5921
5914
  /** User Id */
5922
5915
  user_id: string;
5923
5916
  };
5917
+ /** Tag */
5918
+ amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag: {
5919
+ /** Key */
5920
+ key: string;
5921
+ /** Value */
5922
+ value: string | null;
5923
+ };
5924
5924
  /** UnitTestRunDescriptor */
5925
5925
  amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UnitTestRunDescriptor: {
5926
5926
  /** Unit Test Id */
@@ -6306,7 +6306,7 @@ export interface components {
6306
6306
  * Actions
6307
6307
  * @description The action to perform when the dynamic behavior set version is activated.
6308
6308
  */
6309
- 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"])[];
6309
+ 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"])[];
6310
6310
  };
6311
6311
  /** ChangeToolCandidatesAction */
6312
6312
  dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction: {
@@ -6357,20 +6357,6 @@ export interface components {
6357
6357
  * the context of the dynamic behavior. */
6358
6358
  tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6359
6359
  };
6360
- /** InjectInstructionAction */
6361
- dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction: {
6362
- /**
6363
- * @description discriminator enum property added by openapi-typescript
6364
- * @enum {string}
6365
- */
6366
- type: "dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction";
6367
- instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6368
- /**
6369
- * Overrides Instructions
6370
- * @description During injection, whether the original instruction of the state is overriden with this instruction.
6371
- */
6372
- overrides_instructions: boolean;
6373
- };
6374
6360
  /** Response */
6375
6361
  dynamic_behavior_set__create_dynamic_behavior_set__Response: {
6376
6362
  /**
@@ -6390,7 +6376,7 @@ export interface components {
6390
6376
  * Actions
6391
6377
  * @description The action to perform when the dynamic behavior set version is activated.
6392
6378
  */
6393
- 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"])[];
6379
+ 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"])[];
6394
6380
  };
6395
6381
  /** ChangeToolCandidatesAction */
6396
6382
  dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction: {
@@ -6441,6 +6427,20 @@ export interface components {
6441
6427
  * the context of the dynamic behavior. */
6442
6428
  tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6443
6429
  };
6430
+ /** InjectInstructionAction */
6431
+ dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction: {
6432
+ /**
6433
+ * @description discriminator enum property added by openapi-typescript
6434
+ * @enum {string}
6435
+ */
6436
+ type: "dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction";
6437
+ instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6438
+ /**
6439
+ * Overrides Instructions
6440
+ * @description During injection, whether the original instruction of the state is overriden with this instruction.
6441
+ */
6442
+ overrides_instructions: boolean;
6443
+ };
6444
6444
  /** Response */
6445
6445
  dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
6446
6446
  /**
@@ -7482,7 +7482,7 @@ export interface components {
7482
7482
  is_active: boolean;
7483
7483
  /** @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
7484
7484
  * latest agent and state machine versions with no model preference. */
7485
- release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7485
+ release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7486
7486
  /**
7487
7487
  * Keyterms
7488
7488
  * @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.
@@ -7496,6 +7496,23 @@ export interface components {
7496
7496
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7497
7497
  };
7498
7498
  };
7499
+ /** VersionSet */
7500
+ service__create_service__Request__VersionSet: {
7501
+ /**
7502
+ * Agent Version Number
7503
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7504
+ */
7505
+ agent_version_number: number | null;
7506
+ /**
7507
+ * Service Hierarchical State Machine Version Number
7508
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7509
+ */
7510
+ service_hierarchical_state_machine_version_number: number | null;
7511
+ /** Llm Model Preferences */
7512
+ llm_model_preferences: {
7513
+ [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
7514
+ };
7515
+ };
7499
7516
  /** LLMConfig */
7500
7517
  service__create_service__Request__VersionSet__LLMConfig: {
7501
7518
  llm_name: components["schemas"]["LLMType"];
@@ -7588,24 +7605,7 @@ export interface components {
7588
7605
  /** Request */
7589
7606
  service__upsert_service_version_set__Request: {
7590
7607
  /** @description The version set to upsert. */
7591
- version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7592
- };
7593
- /** VersionSet */
7594
- service__upsert_service_version_set__Request__VersionSet: {
7595
- /**
7596
- * Agent Version Number
7597
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7598
- */
7599
- agent_version_number: number | null;
7600
- /**
7601
- * Service Hierarchical State Machine Version Number
7602
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7603
- */
7604
- service_hierarchical_state_machine_version_number: number | null;
7605
- /** Llm Model Preferences */
7606
- llm_model_preferences: {
7607
- [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
7608
- };
7608
+ version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7609
7609
  };
7610
7610
  /** Request */
7611
7611
  simulation__create_simulation_persona__Request: {
@@ -7810,7 +7810,7 @@ export interface components {
7810
7810
  * Unit Test Runs
7811
7811
  * @description The unit test runs that are part of this set.
7812
7812
  */
7813
- unit_test_runs: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7813
+ unit_test_runs: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7814
7814
  /**
7815
7815
  * Tags
7816
7816
  * @description The tags of the simulation unit test set.
@@ -7819,6 +7819,16 @@ export interface components {
7819
7819
  [key: string]: string | null;
7820
7820
  };
7821
7821
  };
7822
+ /** UnitTestRunDescriptor */
7823
+ simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
7824
+ /** Unit Test Id */
7825
+ unit_test_id: string;
7826
+ /**
7827
+ * Run Count
7828
+ * @description The number of times to run the unit test.
7829
+ */
7830
+ run_count: number;
7831
+ };
7822
7832
  /** Response */
7823
7833
  simulation__create_simulation_unit_test_set__Response: {
7824
7834
  /**
@@ -7972,7 +7982,7 @@ export interface components {
7972
7982
  * Simulation Scenarios
7973
7983
  * @description The list of simulation scenarios.
7974
7984
  */
7975
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
7985
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
7976
7986
  /**
7977
7987
  * Has More
7978
7988
  * @description Whether there are more simulation scenarios to fetch.
@@ -8002,47 +8012,6 @@ export interface components {
8002
8012
  */
8003
8013
  tags: string[];
8004
8014
  };
8005
- /** SimulationScenarioInstance */
8006
- simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
8007
- /**
8008
- * Id
8009
- * @description The ID of the simulation scenario.
8010
- */
8011
- id: string;
8012
- /**
8013
- * Name
8014
- * @description The name of the simulation scenario.
8015
- */
8016
- name: string;
8017
- /**
8018
- * Tags
8019
- * @description The tags of the simulation scenario.
8020
- */
8021
- tags: {
8022
- [key: string]: string | null;
8023
- };
8024
- /**
8025
- * Is Deleted
8026
- * @description Whether the simulation scenario is deleted.
8027
- */
8028
- is_deleted: boolean;
8029
- /**
8030
- * Created At
8031
- * Format: date-time
8032
- * @description The timestamp when the simulation scenario was created.
8033
- */
8034
- created_at: string;
8035
- /** @description The user who created the simulation scenario. */
8036
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8037
- /**
8038
- * Updated At
8039
- * Format: date-time
8040
- * @description The timestamp when the simulation scenario was last updated.
8041
- */
8042
- updated_at: string;
8043
- /** @description The user who last updated the simulation scenario. */
8044
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8045
- };
8046
8015
  /** Response */
8047
8016
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
8048
8017
  /**
@@ -8209,7 +8178,48 @@ export interface components {
8209
8178
  * Simulation Scenarios
8210
8179
  * @description The list of simulation scenarios.
8211
8180
  */
8212
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8181
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8182
+ };
8183
+ /** SimulationScenarioInstance */
8184
+ simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
8185
+ /**
8186
+ * Id
8187
+ * @description The ID of the simulation scenario.
8188
+ */
8189
+ id: string;
8190
+ /**
8191
+ * Name
8192
+ * @description The name of the simulation scenario.
8193
+ */
8194
+ name: string;
8195
+ /**
8196
+ * Tags
8197
+ * @description The tags of the simulation scenario.
8198
+ */
8199
+ tags: {
8200
+ [key: string]: string | null;
8201
+ };
8202
+ /**
8203
+ * Is Deleted
8204
+ * @description Whether the simulation scenario is deleted.
8205
+ */
8206
+ is_deleted: boolean;
8207
+ /**
8208
+ * Created At
8209
+ * Format: date-time
8210
+ * @description The timestamp when the simulation scenario was created.
8211
+ */
8212
+ created_at: string;
8213
+ /** @description The user who created the simulation scenario. */
8214
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8215
+ /**
8216
+ * Updated At
8217
+ * Format: date-time
8218
+ * @description The timestamp when the simulation scenario was last updated.
8219
+ */
8220
+ updated_at: string;
8221
+ /** @description The user who last updated the simulation scenario. */
8222
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8213
8223
  };
8214
8224
  /** Response */
8215
8225
  simulation__search_simulation_unit_test_set__Response: {
@@ -8315,7 +8325,7 @@ export interface components {
8315
8325
  * Unit Test Runs
8316
8326
  * @description The unit test runs that are part of this set.
8317
8327
  */
8318
- unit_test_runs?: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8328
+ unit_test_runs?: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8319
8329
  /**
8320
8330
  * Tags
8321
8331
  * @description The tags of the simulation unit test set.
@@ -8324,16 +8334,6 @@ export interface components {
8324
8334
  [key: string]: string | null;
8325
8335
  } | null;
8326
8336
  };
8327
- /** UnitTestRunDescriptor */
8328
- simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
8329
- /** Unit Test Id */
8330
- unit_test_id: string;
8331
- /**
8332
- * Run Count
8333
- * @description The number of times to run the unit test.
8334
- */
8335
- run_count: number;
8336
- };
8337
8337
  /** Request */
8338
8338
  tool__create_tool__Request: {
8339
8339
  /** @description The name of the tool. It must be unique among all non-deprecated tools in the organization. */
@@ -8362,7 +8362,7 @@ export interface components {
8362
8362
  * Tool Invocations
8363
8363
  * @description The list of tool invocations.
8364
8364
  */
8365
- tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8365
+ tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8366
8366
  /**
8367
8367
  * Has More
8368
8368
  * @description Whether there are more tool invocations to retrieve.
@@ -8374,6 +8374,47 @@ export interface components {
8374
8374
  */
8375
8375
  continuation_token: unknown | null;
8376
8376
  };
8377
+ /** ToolInvocationInstance */
8378
+ tool__get_tool_invocations__Response__ToolInvocationInstance: {
8379
+ /**
8380
+ * Id
8381
+ * @description The ID of the tool invocation.
8382
+ */
8383
+ id: string;
8384
+ /**
8385
+ * Org Id
8386
+ * @description The ID of the organization.
8387
+ */
8388
+ org_id: string;
8389
+ /**
8390
+ * Created At
8391
+ * Format: date-time
8392
+ */
8393
+ created_at?: string;
8394
+ /**
8395
+ * Updated At
8396
+ * Format: date-time
8397
+ */
8398
+ updated_at?: string;
8399
+ /** @description The status of the tool invocation. */
8400
+ invocation_status: components["schemas"]["InvocationStatus"];
8401
+ /** @description The source of the tool invocation. */
8402
+ invocation_source: components["schemas"]["InvocationSource"];
8403
+ /** Logs */
8404
+ logs: string[];
8405
+ /**
8406
+ * Duration Ms
8407
+ * @description The duration of the tool invocation in milliseconds.
8408
+ */
8409
+ duration_ms: number;
8410
+ /**
8411
+ * Tool Id
8412
+ * @description The ID of the tool that was invoked.
8413
+ */
8414
+ tool_id: string;
8415
+ /** @description The version of the tool that was invoked. */
8416
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
8417
+ };
8377
8418
  /** Response */
8378
8419
  tool__get_tool_versions__Response: {
8379
8420
  /**
@@ -8507,48 +8548,7 @@ export interface components {
8507
8548
  * Tool Invocations
8508
8549
  * @description The list of tool invocations.
8509
8550
  */
8510
- tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8511
- };
8512
- /** ToolInvocationInstance */
8513
- tool__search_tool_invocations__Response__ToolInvocationInstance: {
8514
- /**
8515
- * Id
8516
- * @description The ID of the tool invocation.
8517
- */
8518
- id: string;
8519
- /**
8520
- * Org Id
8521
- * @description The ID of the organization.
8522
- */
8523
- org_id: string;
8524
- /**
8525
- * Created At
8526
- * Format: date-time
8527
- */
8528
- created_at?: string;
8529
- /**
8530
- * Updated At
8531
- * Format: date-time
8532
- */
8533
- updated_at?: string;
8534
- /** @description The status of the tool invocation. */
8535
- invocation_status: components["schemas"]["InvocationStatus"];
8536
- /** @description The source of the tool invocation. */
8537
- invocation_source: components["schemas"]["InvocationSource"];
8538
- /** Logs */
8539
- logs: string[];
8540
- /**
8541
- * Duration Ms
8542
- * @description The duration of the tool invocation in milliseconds.
8543
- */
8544
- duration_ms: number;
8545
- /**
8546
- * Tool Id
8547
- * @description The ID of the tool that was invoked.
8548
- */
8549
- tool_id: string;
8550
- /** @description The version of the tool that was invoked. */
8551
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
8551
+ tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8552
8552
  };
8553
8553
  /** Request */
8554
8554
  tool__test_tool__Request: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.99.0",
3
+ "version": "0.100.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"