@amigo-ai/sdk 0.66.0 → 0.68.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.
- package/dist/types/generated/api-types.d.ts +155 -195
- package/package.json +1 -1
|
@@ -3432,7 +3432,7 @@ export interface components {
|
|
|
3432
3432
|
* Tags
|
|
3433
3433
|
* @description The tags of the metric.
|
|
3434
3434
|
*/
|
|
3435
|
-
tags: components["schemas"]["
|
|
3435
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
3436
3436
|
/** @description The user who created the metric. */
|
|
3437
3437
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3438
3438
|
/** @description The user who last updated the metric. */
|
|
@@ -3537,7 +3537,7 @@ export interface components {
|
|
|
3537
3537
|
* Tags
|
|
3538
3538
|
* @description The tags of the metric.
|
|
3539
3539
|
*/
|
|
3540
|
-
tags: components["schemas"]["
|
|
3540
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
3541
3541
|
/** @description The user who created the metric. */
|
|
3542
3542
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3543
3543
|
/** @description The user who last updated the metric. */
|
|
@@ -4384,7 +4384,7 @@ export interface components {
|
|
|
4384
4384
|
* Tags
|
|
4385
4385
|
* @description The tags of the service.
|
|
4386
4386
|
*/
|
|
4387
|
-
tags: components["schemas"]["
|
|
4387
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4388
4388
|
};
|
|
4389
4389
|
/** SimulationConversationInvocationSource */
|
|
4390
4390
|
SimulationConversationInvocationSource: {
|
|
@@ -4594,7 +4594,7 @@ export interface components {
|
|
|
4594
4594
|
* Tags
|
|
4595
4595
|
* @description The tags of the simulation persona.
|
|
4596
4596
|
*/
|
|
4597
|
-
tags: components["schemas"]["
|
|
4597
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4598
4598
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4599
4599
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4600
4600
|
};
|
|
@@ -4666,7 +4666,7 @@ export interface components {
|
|
|
4666
4666
|
* Tags
|
|
4667
4667
|
* @description The tags of the simulation persona.
|
|
4668
4668
|
*/
|
|
4669
|
-
tags: components["schemas"]["
|
|
4669
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4670
4670
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4671
4671
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4672
4672
|
};
|
|
@@ -4721,7 +4721,7 @@ export interface components {
|
|
|
4721
4721
|
* Tags
|
|
4722
4722
|
* @description The tags of the simulation unit test set.
|
|
4723
4723
|
*/
|
|
4724
|
-
tags: components["schemas"]["
|
|
4724
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4725
4725
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4726
4726
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4727
4727
|
};
|
|
@@ -4773,7 +4773,7 @@ export interface components {
|
|
|
4773
4773
|
* Tags
|
|
4774
4774
|
* @description The tags of the simulation unit test set.
|
|
4775
4775
|
*/
|
|
4776
|
-
tags: components["schemas"]["
|
|
4776
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4777
4777
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4778
4778
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4779
4779
|
};
|
|
@@ -5235,7 +5235,7 @@ export interface components {
|
|
|
5235
5235
|
* Tags
|
|
5236
5236
|
* @description The tags of the simulation persona.
|
|
5237
5237
|
*/
|
|
5238
|
-
tags: components["schemas"]["
|
|
5238
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
5239
5239
|
};
|
|
5240
5240
|
/** ToolVersionInstance */
|
|
5241
5241
|
ToolVersionInstance: {
|
|
@@ -5474,38 +5474,6 @@ export interface components {
|
|
|
5474
5474
|
[key: string]: components["schemas"]["amigo_lib__llm__llm_base__LLMConfig"];
|
|
5475
5475
|
};
|
|
5476
5476
|
};
|
|
5477
|
-
VoiceResponseAudioFormat: components["schemas"]["VoiceResponsePCMAudioFormat"] | components["schemas"]["VoiceResponseMP3AudioFormat"];
|
|
5478
|
-
/** VoiceResponseMP3AudioFormat */
|
|
5479
|
-
VoiceResponseMP3AudioFormat: {
|
|
5480
|
-
/**
|
|
5481
|
-
* @description discriminator enum property added by openapi-typescript
|
|
5482
|
-
* @enum {string}
|
|
5483
|
-
*/
|
|
5484
|
-
type: "mp3";
|
|
5485
|
-
/**
|
|
5486
|
-
* Sample Rate
|
|
5487
|
-
* @enum {integer}
|
|
5488
|
-
*/
|
|
5489
|
-
sample_rate: 22050 | 44100;
|
|
5490
|
-
/**
|
|
5491
|
-
* Sample Width
|
|
5492
|
-
* @enum {integer}
|
|
5493
|
-
*/
|
|
5494
|
-
sample_width: 4 | 8;
|
|
5495
|
-
};
|
|
5496
|
-
/** VoiceResponsePCMAudioFormat */
|
|
5497
|
-
VoiceResponsePCMAudioFormat: {
|
|
5498
|
-
/**
|
|
5499
|
-
* @description discriminator enum property added by openapi-typescript
|
|
5500
|
-
* @enum {string}
|
|
5501
|
-
*/
|
|
5502
|
-
type: "pcm";
|
|
5503
|
-
/**
|
|
5504
|
-
* Sample Rate
|
|
5505
|
-
* @enum {integer}
|
|
5506
|
-
*/
|
|
5507
|
-
sample_rate: 8000 | 16000 | 44100;
|
|
5508
|
-
};
|
|
5509
5477
|
/** WebhookDeliveryInstance */
|
|
5510
5478
|
WebhookDeliveryInstance: {
|
|
5511
5479
|
/**
|
|
@@ -5892,6 +5860,13 @@ export interface components {
|
|
|
5892
5860
|
metric_id: string;
|
|
5893
5861
|
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
5894
5862
|
};
|
|
5863
|
+
/** Tag */
|
|
5864
|
+
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
|
|
5865
|
+
/** Key */
|
|
5866
|
+
key: string;
|
|
5867
|
+
/** Value */
|
|
5868
|
+
value: string | null;
|
|
5869
|
+
};
|
|
5895
5870
|
/** UserInfo */
|
|
5896
5871
|
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
|
|
5897
5872
|
/** Org Id */
|
|
@@ -5934,13 +5909,6 @@ export interface components {
|
|
|
5934
5909
|
/** User Id */
|
|
5935
5910
|
user_id: string;
|
|
5936
5911
|
};
|
|
5937
|
-
/** Tag */
|
|
5938
|
-
amigo_lib__mongo__collections__tool__Tool__Tag: {
|
|
5939
|
-
/** Key */
|
|
5940
|
-
key: string;
|
|
5941
|
-
/** Value */
|
|
5942
|
-
value: string | null;
|
|
5943
|
-
};
|
|
5944
5912
|
/** UserInfo */
|
|
5945
5913
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
5946
5914
|
/**
|
|
@@ -6451,7 +6419,7 @@ export interface components {
|
|
|
6451
6419
|
* Dynamic Behavior Sets
|
|
6452
6420
|
* @description The retrieved dynamic behavior sets.
|
|
6453
6421
|
*/
|
|
6454
|
-
dynamic_behavior_sets: components["schemas"]["
|
|
6422
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6455
6423
|
/**
|
|
6456
6424
|
* Has More
|
|
6457
6425
|
* @description Whether there are more dynamic behavior sets to retrieve.
|
|
@@ -6468,34 +6436,8 @@ export interface components {
|
|
|
6468
6436
|
* retrieved. */
|
|
6469
6437
|
filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
|
|
6470
6438
|
};
|
|
6471
|
-
/** FilterValues */
|
|
6472
|
-
dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
|
|
6473
|
-
/**
|
|
6474
|
-
* Applied To Services Ids
|
|
6475
|
-
* @description A set of service IDs that have dynamic behavior sets applied to the service.
|
|
6476
|
-
*/
|
|
6477
|
-
applied_to_services_ids: string[];
|
|
6478
|
-
/**
|
|
6479
|
-
* Creators
|
|
6480
|
-
* @description A set of creator infos that created the dynamic behavior sets under the current filters.
|
|
6481
|
-
*/
|
|
6482
|
-
creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
|
|
6483
|
-
/**
|
|
6484
|
-
* Tags
|
|
6485
|
-
* @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
|
|
6486
|
-
*/
|
|
6487
|
-
tags: string[];
|
|
6488
|
-
};
|
|
6489
|
-
/** Response */
|
|
6490
|
-
dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
|
|
6491
|
-
/**
|
|
6492
|
-
* Dynamic Behavior Sets
|
|
6493
|
-
* @description The retrieved dynamic behavior sets.
|
|
6494
|
-
*/
|
|
6495
|
-
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6496
|
-
};
|
|
6497
6439
|
/** DynamicBehaviorSetInstance */
|
|
6498
|
-
|
|
6440
|
+
dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
|
|
6499
6441
|
/** Id */
|
|
6500
6442
|
id: string;
|
|
6501
6443
|
/** Name */
|
|
@@ -6521,6 +6463,32 @@ export interface components {
|
|
|
6521
6463
|
updated_at: string;
|
|
6522
6464
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
6523
6465
|
};
|
|
6466
|
+
/** FilterValues */
|
|
6467
|
+
dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
|
|
6468
|
+
/**
|
|
6469
|
+
* Applied To Services Ids
|
|
6470
|
+
* @description A set of service IDs that have dynamic behavior sets applied to the service.
|
|
6471
|
+
*/
|
|
6472
|
+
applied_to_services_ids: string[];
|
|
6473
|
+
/**
|
|
6474
|
+
* Creators
|
|
6475
|
+
* @description A set of creator infos that created the dynamic behavior sets under the current filters.
|
|
6476
|
+
*/
|
|
6477
|
+
creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
|
|
6478
|
+
/**
|
|
6479
|
+
* Tags
|
|
6480
|
+
* @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
|
|
6481
|
+
*/
|
|
6482
|
+
tags: string[];
|
|
6483
|
+
};
|
|
6484
|
+
/** Response */
|
|
6485
|
+
dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
|
|
6486
|
+
/**
|
|
6487
|
+
* Dynamic Behavior Sets
|
|
6488
|
+
* @description The retrieved dynamic behavior sets.
|
|
6489
|
+
*/
|
|
6490
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6491
|
+
};
|
|
6524
6492
|
/** Request */
|
|
6525
6493
|
dynamic_behavior_set__update_dynamic_behavior_set__Request: {
|
|
6526
6494
|
/** @description The name of the dynamic behavior set. */
|
|
@@ -6845,7 +6813,7 @@ export interface components {
|
|
|
6845
6813
|
* User Dimensions
|
|
6846
6814
|
* @description User dimensions for the organization.
|
|
6847
6815
|
*/
|
|
6848
|
-
user_dimensions: components["schemas"]["
|
|
6816
|
+
user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
|
|
6849
6817
|
/**
|
|
6850
6818
|
* Logo
|
|
6851
6819
|
* Format: base64
|
|
@@ -6922,12 +6890,6 @@ export interface components {
|
|
|
6922
6890
|
*/
|
|
6923
6891
|
audio_keyterms?: string[];
|
|
6924
6892
|
};
|
|
6925
|
-
/** UserDimension */
|
|
6926
|
-
organization__create_organization__Request__UserDimension: {
|
|
6927
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6928
|
-
/** Tags */
|
|
6929
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6930
|
-
};
|
|
6931
6893
|
/** Response */
|
|
6932
6894
|
organization__create_organization__Response: {
|
|
6933
6895
|
/**
|
|
@@ -7294,7 +7256,7 @@ export interface components {
|
|
|
7294
7256
|
* User Dimensions
|
|
7295
7257
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7296
7258
|
*/
|
|
7297
|
-
user_dimensions?: components["schemas"]["
|
|
7259
|
+
user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
|
|
7298
7260
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7299
7261
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7300
7262
|
/**
|
|
@@ -7334,6 +7296,12 @@ export interface components {
|
|
|
7334
7296
|
*/
|
|
7335
7297
|
audio_keyterms?: string[];
|
|
7336
7298
|
};
|
|
7299
|
+
/** UserDimension */
|
|
7300
|
+
organization__modify_organization__Request__UserDimension: {
|
|
7301
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7302
|
+
/** Tags */
|
|
7303
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7304
|
+
};
|
|
7337
7305
|
/** Request */
|
|
7338
7306
|
role__assign_role__Request: {
|
|
7339
7307
|
/**
|
|
@@ -7897,7 +7865,7 @@ export interface components {
|
|
|
7897
7865
|
* Simulation Scenarios
|
|
7898
7866
|
* @description The list of simulation scenarios.
|
|
7899
7867
|
*/
|
|
7900
|
-
simulation_scenarios: components["schemas"]["
|
|
7868
|
+
simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
7901
7869
|
/**
|
|
7902
7870
|
* Has More
|
|
7903
7871
|
* @description Whether there are more simulation scenarios to fetch.
|
|
@@ -7927,6 +7895,47 @@ export interface components {
|
|
|
7927
7895
|
*/
|
|
7928
7896
|
tags: string[];
|
|
7929
7897
|
};
|
|
7898
|
+
/** SimulationScenarioInstance */
|
|
7899
|
+
simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
7900
|
+
/**
|
|
7901
|
+
* Id
|
|
7902
|
+
* @description The ID of the simulation scenario.
|
|
7903
|
+
*/
|
|
7904
|
+
id: string;
|
|
7905
|
+
/**
|
|
7906
|
+
* Name
|
|
7907
|
+
* @description The name of the simulation scenario.
|
|
7908
|
+
*/
|
|
7909
|
+
name: string;
|
|
7910
|
+
/**
|
|
7911
|
+
* Tags
|
|
7912
|
+
* @description The tags of the simulation scenario.
|
|
7913
|
+
*/
|
|
7914
|
+
tags: {
|
|
7915
|
+
[key: string]: string | null;
|
|
7916
|
+
};
|
|
7917
|
+
/**
|
|
7918
|
+
* Is Deleted
|
|
7919
|
+
* @description Whether the simulation scenario is deleted.
|
|
7920
|
+
*/
|
|
7921
|
+
is_deleted: boolean;
|
|
7922
|
+
/**
|
|
7923
|
+
* Created At
|
|
7924
|
+
* Format: date-time
|
|
7925
|
+
* @description The timestamp when the simulation scenario was created.
|
|
7926
|
+
*/
|
|
7927
|
+
created_at: string;
|
|
7928
|
+
/** @description The user who created the simulation scenario. */
|
|
7929
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
7930
|
+
/**
|
|
7931
|
+
* Updated At
|
|
7932
|
+
* Format: date-time
|
|
7933
|
+
* @description The timestamp when the simulation scenario was last updated.
|
|
7934
|
+
*/
|
|
7935
|
+
updated_at: string;
|
|
7936
|
+
/** @description The user who last updated the simulation scenario. */
|
|
7937
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
7938
|
+
};
|
|
7930
7939
|
/** Response */
|
|
7931
7940
|
simulation__get_simulation_unit_test_set_run_artifacts__Response: {
|
|
7932
7941
|
/**
|
|
@@ -8139,48 +8148,7 @@ export interface components {
|
|
|
8139
8148
|
* Simulation Scenarios
|
|
8140
8149
|
* @description The list of simulation scenarios.
|
|
8141
8150
|
*/
|
|
8142
|
-
simulation_scenarios: components["schemas"]["
|
|
8143
|
-
};
|
|
8144
|
-
/** SimulationScenarioInstance */
|
|
8145
|
-
simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8146
|
-
/**
|
|
8147
|
-
* Id
|
|
8148
|
-
* @description The ID of the simulation scenario.
|
|
8149
|
-
*/
|
|
8150
|
-
id: string;
|
|
8151
|
-
/**
|
|
8152
|
-
* Name
|
|
8153
|
-
* @description The name of the simulation scenario.
|
|
8154
|
-
*/
|
|
8155
|
-
name: string;
|
|
8156
|
-
/**
|
|
8157
|
-
* Tags
|
|
8158
|
-
* @description The tags of the simulation scenario.
|
|
8159
|
-
*/
|
|
8160
|
-
tags: {
|
|
8161
|
-
[key: string]: string | null;
|
|
8162
|
-
};
|
|
8163
|
-
/**
|
|
8164
|
-
* Is Deleted
|
|
8165
|
-
* @description Whether the simulation scenario is deleted.
|
|
8166
|
-
*/
|
|
8167
|
-
is_deleted: boolean;
|
|
8168
|
-
/**
|
|
8169
|
-
* Created At
|
|
8170
|
-
* Format: date-time
|
|
8171
|
-
* @description The timestamp when the simulation scenario was created.
|
|
8172
|
-
*/
|
|
8173
|
-
created_at: string;
|
|
8174
|
-
/** @description The user who created the simulation scenario. */
|
|
8175
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8176
|
-
/**
|
|
8177
|
-
* Updated At
|
|
8178
|
-
* Format: date-time
|
|
8179
|
-
* @description The timestamp when the simulation scenario was last updated.
|
|
8180
|
-
*/
|
|
8181
|
-
updated_at: string;
|
|
8182
|
-
/** @description The user who last updated the simulation scenario. */
|
|
8183
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8151
|
+
simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8184
8152
|
};
|
|
8185
8153
|
/** Response */
|
|
8186
8154
|
simulation__search_simulation_unit_test_set__Response: {
|
|
@@ -8323,7 +8291,7 @@ export interface components {
|
|
|
8323
8291
|
* Tool Invocations
|
|
8324
8292
|
* @description The list of tool invocations.
|
|
8325
8293
|
*/
|
|
8326
|
-
tool_invocations: components["schemas"]["
|
|
8294
|
+
tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8327
8295
|
/**
|
|
8328
8296
|
* Has More
|
|
8329
8297
|
* @description Whether there are more tool invocations to retrieve.
|
|
@@ -8335,47 +8303,6 @@ export interface components {
|
|
|
8335
8303
|
*/
|
|
8336
8304
|
continuation_token: unknown | null;
|
|
8337
8305
|
};
|
|
8338
|
-
/** ToolInvocationInstance */
|
|
8339
|
-
tool__get_tool_invocations__Response__ToolInvocationInstance: {
|
|
8340
|
-
/**
|
|
8341
|
-
* Id
|
|
8342
|
-
* @description The ID of the tool invocation.
|
|
8343
|
-
*/
|
|
8344
|
-
id: string;
|
|
8345
|
-
/**
|
|
8346
|
-
* Org Id
|
|
8347
|
-
* @description The ID of the organization.
|
|
8348
|
-
*/
|
|
8349
|
-
org_id: string;
|
|
8350
|
-
/**
|
|
8351
|
-
* Created At
|
|
8352
|
-
* Format: date-time
|
|
8353
|
-
*/
|
|
8354
|
-
created_at?: string;
|
|
8355
|
-
/**
|
|
8356
|
-
* Updated At
|
|
8357
|
-
* Format: date-time
|
|
8358
|
-
*/
|
|
8359
|
-
updated_at?: string;
|
|
8360
|
-
/** @description The status of the tool invocation. */
|
|
8361
|
-
invocation_status: components["schemas"]["InvocationStatus"];
|
|
8362
|
-
/** @description The source of the tool invocation. */
|
|
8363
|
-
invocation_source: components["schemas"]["InvocationSource"];
|
|
8364
|
-
/** Logs */
|
|
8365
|
-
logs: string[];
|
|
8366
|
-
/**
|
|
8367
|
-
* Duration Ms
|
|
8368
|
-
* @description The duration of the tool invocation in milliseconds.
|
|
8369
|
-
*/
|
|
8370
|
-
duration_ms: number;
|
|
8371
|
-
/**
|
|
8372
|
-
* Tool Id
|
|
8373
|
-
* @description The ID of the tool that was invoked.
|
|
8374
|
-
*/
|
|
8375
|
-
tool_id: string;
|
|
8376
|
-
/** @description The version of the tool that was invoked. */
|
|
8377
|
-
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
8378
|
-
};
|
|
8379
8306
|
/** Response */
|
|
8380
8307
|
tool__get_tool_versions__Response: {
|
|
8381
8308
|
/**
|
|
@@ -8444,23 +8371,7 @@ export interface components {
|
|
|
8444
8371
|
* Inputs
|
|
8445
8372
|
* @description The list of inputs for the tool invocation.
|
|
8446
8373
|
*/
|
|
8447
|
-
inputs: components["schemas"]["
|
|
8448
|
-
};
|
|
8449
|
-
/** Input */
|
|
8450
|
-
tool__invoke_tool_version__Request__Input: {
|
|
8451
|
-
/**
|
|
8452
|
-
* Input Parameters
|
|
8453
|
-
* @description The input parameters for the tool invocation.
|
|
8454
|
-
*/
|
|
8455
|
-
input_parameters: {
|
|
8456
|
-
[key: string]: unknown;
|
|
8457
|
-
};
|
|
8458
|
-
/**
|
|
8459
|
-
* Invocation Mode
|
|
8460
|
-
* @description The mode of invocation.
|
|
8461
|
-
* @enum {string}
|
|
8462
|
-
*/
|
|
8463
|
-
invocation_mode: "regular" | "conversation-simulation";
|
|
8374
|
+
inputs: components["schemas"]["tool__test_tool__Request__Input"][];
|
|
8464
8375
|
};
|
|
8465
8376
|
/** Response */
|
|
8466
8377
|
tool__invoke_tool_version__Response: {
|
|
@@ -8532,7 +8443,48 @@ export interface components {
|
|
|
8532
8443
|
* Tool Invocations
|
|
8533
8444
|
* @description The list of tool invocations.
|
|
8534
8445
|
*/
|
|
8535
|
-
tool_invocations: components["schemas"]["
|
|
8446
|
+
tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8447
|
+
};
|
|
8448
|
+
/** ToolInvocationInstance */
|
|
8449
|
+
tool__search_tool_invocations__Response__ToolInvocationInstance: {
|
|
8450
|
+
/**
|
|
8451
|
+
* Id
|
|
8452
|
+
* @description The ID of the tool invocation.
|
|
8453
|
+
*/
|
|
8454
|
+
id: string;
|
|
8455
|
+
/**
|
|
8456
|
+
* Org Id
|
|
8457
|
+
* @description The ID of the organization.
|
|
8458
|
+
*/
|
|
8459
|
+
org_id: string;
|
|
8460
|
+
/**
|
|
8461
|
+
* Created At
|
|
8462
|
+
* Format: date-time
|
|
8463
|
+
*/
|
|
8464
|
+
created_at?: string;
|
|
8465
|
+
/**
|
|
8466
|
+
* Updated At
|
|
8467
|
+
* Format: date-time
|
|
8468
|
+
*/
|
|
8469
|
+
updated_at?: string;
|
|
8470
|
+
/** @description The status of the tool invocation. */
|
|
8471
|
+
invocation_status: components["schemas"]["InvocationStatus"];
|
|
8472
|
+
/** @description The source of the tool invocation. */
|
|
8473
|
+
invocation_source: components["schemas"]["InvocationSource"];
|
|
8474
|
+
/** Logs */
|
|
8475
|
+
logs: string[];
|
|
8476
|
+
/**
|
|
8477
|
+
* Duration Ms
|
|
8478
|
+
* @description The duration of the tool invocation in milliseconds.
|
|
8479
|
+
*/
|
|
8480
|
+
duration_ms: number;
|
|
8481
|
+
/**
|
|
8482
|
+
* Tool Id
|
|
8483
|
+
* @description The ID of the tool that was invoked.
|
|
8484
|
+
*/
|
|
8485
|
+
tool_id: string;
|
|
8486
|
+
/** @description The version of the tool that was invoked. */
|
|
8487
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
8536
8488
|
};
|
|
8537
8489
|
/** Request */
|
|
8538
8490
|
tool__test_tool__Request: {
|
|
@@ -8540,7 +8492,7 @@ export interface components {
|
|
|
8540
8492
|
* Inputs
|
|
8541
8493
|
* @description The list of inputs for the tool invocation.
|
|
8542
8494
|
*/
|
|
8543
|
-
inputs: components["schemas"]["
|
|
8495
|
+
inputs: components["schemas"]["tool__test_tool__Request__Input"][];
|
|
8544
8496
|
/**
|
|
8545
8497
|
* Commit Branch
|
|
8546
8498
|
* @description The branch in the tools repo whose tip will be tested.
|
|
@@ -8566,6 +8518,22 @@ export interface components {
|
|
|
8566
8518
|
[key: string]: string;
|
|
8567
8519
|
};
|
|
8568
8520
|
};
|
|
8521
|
+
/** Input */
|
|
8522
|
+
tool__test_tool__Request__Input: {
|
|
8523
|
+
/**
|
|
8524
|
+
* Input Parameters
|
|
8525
|
+
* @description The input parameters for the tool invocation.
|
|
8526
|
+
*/
|
|
8527
|
+
input_parameters: {
|
|
8528
|
+
[key: string]: unknown;
|
|
8529
|
+
};
|
|
8530
|
+
/**
|
|
8531
|
+
* Invocation Mode
|
|
8532
|
+
* @description The mode of invocation.
|
|
8533
|
+
* @enum {string}
|
|
8534
|
+
*/
|
|
8535
|
+
invocation_mode: "regular" | "conversation-simulation";
|
|
8536
|
+
};
|
|
8569
8537
|
/** Response */
|
|
8570
8538
|
tool__test_tool__Response: {
|
|
8571
8539
|
/** Invocation Results */
|
|
@@ -10823,10 +10791,6 @@ export interface operations {
|
|
|
10823
10791
|
response_format: "text" | "voice";
|
|
10824
10792
|
/** @description A regex for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `^$`. */
|
|
10825
10793
|
current_agent_action_type?: string;
|
|
10826
|
-
/** @deprecated */
|
|
10827
|
-
audio_format?: ("mp3" | "pcm") | null;
|
|
10828
|
-
/** @description The format of the audio response, if `response_format` is set to `voice`. */
|
|
10829
|
-
response_audio_format?: components["schemas"]["VoiceResponseAudioFormat"] | null;
|
|
10830
10794
|
};
|
|
10831
10795
|
header?: {
|
|
10832
10796
|
/** @description The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database. */
|
|
@@ -11245,10 +11209,6 @@ export interface operations {
|
|
|
11245
11209
|
current_agent_action_type?: string;
|
|
11246
11210
|
/** @description Configuration for the user message audio. This is only required if `request_format` is set to `voice`. */
|
|
11247
11211
|
request_audio_config?: components["schemas"]["UserMessageAudioConfig"] | null;
|
|
11248
|
-
/** @deprecated */
|
|
11249
|
-
audio_format?: ("mp3" | "pcm") | null;
|
|
11250
|
-
/** @description The format of the audio response, if `response_format` is set to `voice`. */
|
|
11251
|
-
response_audio_format?: components["schemas"]["VoiceResponseAudioFormat"] | null;
|
|
11252
11212
|
};
|
|
11253
11213
|
header: {
|
|
11254
11214
|
/** @description The content type of the request body, which must be `multipart/form-data` followed by a boundary. */
|