@amigo-ai/sdk 0.77.0 → 0.78.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 +166 -161
- package/package.json +1 -1
|
@@ -2291,7 +2291,7 @@ export interface components {
|
|
|
2291
2291
|
/** Boundary Constraints */
|
|
2292
2292
|
boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2293
2293
|
/** Exit Conditions */
|
|
2294
|
-
exit_conditions: components["schemas"]["
|
|
2294
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
|
|
2295
2295
|
/** Action Tool Call Specs */
|
|
2296
2296
|
action_tool_call_specs: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ToolCallSpec"][];
|
|
2297
2297
|
/** Exit Condition Tool Call Specs */
|
|
@@ -2719,7 +2719,7 @@ export interface components {
|
|
|
2719
2719
|
type: "decision";
|
|
2720
2720
|
name: components["schemas"]["StateOrRefName"];
|
|
2721
2721
|
/** Exit Conditions */
|
|
2722
|
-
exit_conditions: components["schemas"]["
|
|
2722
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
|
|
2723
2723
|
/** Decision Guidelines */
|
|
2724
2724
|
decision_guidelines: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2725
2725
|
objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
@@ -2964,9 +2964,20 @@ export interface components {
|
|
|
2964
2964
|
type: "engage-user-dynamic-behavior-override";
|
|
2965
2965
|
/**
|
|
2966
2966
|
* Overriding
|
|
2967
|
+
* @deprecated
|
|
2967
2968
|
* @description Whether the dynamic behavior set's instructions are overriding the existing instructions of the current state.
|
|
2968
2969
|
*/
|
|
2969
2970
|
overriding: boolean;
|
|
2971
|
+
/**
|
|
2972
|
+
* Overriding Instructions
|
|
2973
|
+
* @description Whether the dynamic behavior set is overriding instructions during this interaction.
|
|
2974
|
+
*/
|
|
2975
|
+
overriding_instructions: boolean;
|
|
2976
|
+
/**
|
|
2977
|
+
* Overriding Tool Candidates
|
|
2978
|
+
* @description Whether the dynamic behavior set is overriding the tool candidates during this interaction.
|
|
2979
|
+
*/
|
|
2980
|
+
overriding_tool_candidates: boolean;
|
|
2970
2981
|
};
|
|
2971
2982
|
/** EngageUserInvocationMetadata */
|
|
2972
2983
|
EngageUserInvocationMetadata: {
|
|
@@ -3463,7 +3474,7 @@ export interface components {
|
|
|
3463
3474
|
* Tags
|
|
3464
3475
|
* @description The tags of the metric.
|
|
3465
3476
|
*/
|
|
3466
|
-
tags: components["schemas"]["
|
|
3477
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
3467
3478
|
/** @description The user who created the metric. */
|
|
3468
3479
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3469
3480
|
/** @description The user who last updated the metric. */
|
|
@@ -3568,7 +3579,7 @@ export interface components {
|
|
|
3568
3579
|
* Tags
|
|
3569
3580
|
* @description The tags of the metric.
|
|
3570
3581
|
*/
|
|
3571
|
-
tags: components["schemas"]["
|
|
3582
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
3572
3583
|
/** @description The user who created the metric. */
|
|
3573
3584
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3574
3585
|
/** @description The user who last updated the metric. */
|
|
@@ -3660,12 +3671,6 @@ export interface components {
|
|
|
3660
3671
|
* @constant
|
|
3661
3672
|
*/
|
|
3662
3673
|
type?: "navigate-state-machine-dynamic-behavior-override";
|
|
3663
|
-
/**
|
|
3664
|
-
* Overriding
|
|
3665
|
-
* @deprecated
|
|
3666
|
-
* @description Whether the dynamic behavior set's instructions are overriding the existing instructions of the current state.
|
|
3667
|
-
*/
|
|
3668
|
-
overriding: boolean;
|
|
3669
3674
|
/**
|
|
3670
3675
|
* Overriding Instructions
|
|
3671
3676
|
* @description Whether the dynamic behavior set is overriding instructions during this interaction.
|
|
@@ -4426,7 +4431,7 @@ export interface components {
|
|
|
4426
4431
|
* Tags
|
|
4427
4432
|
* @description The tags of the service.
|
|
4428
4433
|
*/
|
|
4429
|
-
tags: components["schemas"]["
|
|
4434
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4430
4435
|
};
|
|
4431
4436
|
/** SimulationConversationInvocationSource */
|
|
4432
4437
|
SimulationConversationInvocationSource: {
|
|
@@ -4636,7 +4641,7 @@ export interface components {
|
|
|
4636
4641
|
* Tags
|
|
4637
4642
|
* @description The tags of the simulation persona.
|
|
4638
4643
|
*/
|
|
4639
|
-
tags: components["schemas"]["
|
|
4644
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4640
4645
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4641
4646
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4642
4647
|
};
|
|
@@ -4708,7 +4713,7 @@ export interface components {
|
|
|
4708
4713
|
* Tags
|
|
4709
4714
|
* @description The tags of the simulation persona.
|
|
4710
4715
|
*/
|
|
4711
|
-
tags: components["schemas"]["
|
|
4716
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4712
4717
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4713
4718
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4714
4719
|
};
|
|
@@ -4763,7 +4768,7 @@ export interface components {
|
|
|
4763
4768
|
* Tags
|
|
4764
4769
|
* @description The tags of the simulation unit test set.
|
|
4765
4770
|
*/
|
|
4766
|
-
tags: components["schemas"]["
|
|
4771
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4767
4772
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4768
4773
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4769
4774
|
};
|
|
@@ -4815,7 +4820,7 @@ export interface components {
|
|
|
4815
4820
|
* Tags
|
|
4816
4821
|
* @description The tags of the simulation unit test set.
|
|
4817
4822
|
*/
|
|
4818
|
-
tags: components["schemas"]["
|
|
4823
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4819
4824
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4820
4825
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4821
4826
|
};
|
|
@@ -5277,7 +5282,7 @@ export interface components {
|
|
|
5277
5282
|
* Tags
|
|
5278
5283
|
* @description The tags of the simulation persona.
|
|
5279
5284
|
*/
|
|
5280
|
-
tags: components["schemas"]["
|
|
5285
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
5281
5286
|
};
|
|
5282
5287
|
/** ToolVersionInstance */
|
|
5283
5288
|
ToolVersionInstance: {
|
|
@@ -5307,7 +5312,7 @@ export interface components {
|
|
|
5307
5312
|
*/
|
|
5308
5313
|
tool_id: string;
|
|
5309
5314
|
/** @description The version of the tool. */
|
|
5310
|
-
version: components["schemas"]["
|
|
5315
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
5311
5316
|
/**
|
|
5312
5317
|
* Required Envvars
|
|
5313
5318
|
* @description The environment variables that are required to run the tool.
|
|
@@ -5902,6 +5907,13 @@ export interface components {
|
|
|
5902
5907
|
metric_id: string;
|
|
5903
5908
|
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
5904
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
|
+
};
|
|
5905
5917
|
/** UserInfo */
|
|
5906
5918
|
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
|
|
5907
5919
|
/** Org Id */
|
|
@@ -5944,22 +5956,6 @@ export interface components {
|
|
|
5944
5956
|
/** User Id */
|
|
5945
5957
|
user_id: string;
|
|
5946
5958
|
};
|
|
5947
|
-
/** Tag */
|
|
5948
|
-
amigo_lib__mongo__collections__tool__Tool__Tag: {
|
|
5949
|
-
/** Key */
|
|
5950
|
-
key: string;
|
|
5951
|
-
/** Value */
|
|
5952
|
-
value: string | null;
|
|
5953
|
-
};
|
|
5954
|
-
/** Version */
|
|
5955
|
-
amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
|
|
5956
|
-
/** Major */
|
|
5957
|
-
major: number;
|
|
5958
|
-
/** Minor */
|
|
5959
|
-
minor: number;
|
|
5960
|
-
/** Patch */
|
|
5961
|
-
patch: number;
|
|
5962
|
-
};
|
|
5963
5959
|
/** UserInfo */
|
|
5964
5960
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
5965
5961
|
/**
|
|
@@ -5973,6 +5969,15 @@ export interface components {
|
|
|
5973
5969
|
*/
|
|
5974
5970
|
user_org_id: string;
|
|
5975
5971
|
};
|
|
5972
|
+
/** Version */
|
|
5973
|
+
amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
|
|
5974
|
+
/** Major */
|
|
5975
|
+
major: number;
|
|
5976
|
+
/** Minor */
|
|
5977
|
+
minor: number;
|
|
5978
|
+
/** Patch */
|
|
5979
|
+
patch: number;
|
|
5980
|
+
};
|
|
5976
5981
|
/**
|
|
5977
5982
|
* Preferences
|
|
5978
5983
|
* @description Preferences that the user can set to customize their experience.
|
|
@@ -6301,7 +6306,7 @@ export interface components {
|
|
|
6301
6306
|
* Actions
|
|
6302
6307
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6303
6308
|
*/
|
|
6304
|
-
actions: (components["schemas"]["
|
|
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"])[];
|
|
6305
6310
|
};
|
|
6306
6311
|
/** ChangeToolCandidatesAction */
|
|
6307
6312
|
dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction: {
|
|
@@ -6352,20 +6357,6 @@ export interface components {
|
|
|
6352
6357
|
* the context of the dynamic behavior. */
|
|
6353
6358
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6354
6359
|
};
|
|
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
6360
|
/** Response */
|
|
6370
6361
|
dynamic_behavior_set__create_dynamic_behavior_set__Response: {
|
|
6371
6362
|
/**
|
|
@@ -6385,7 +6376,7 @@ export interface components {
|
|
|
6385
6376
|
* Actions
|
|
6386
6377
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6387
6378
|
*/
|
|
6388
|
-
actions: (components["schemas"]["
|
|
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"])[];
|
|
6389
6380
|
};
|
|
6390
6381
|
/** ChangeToolCandidatesAction */
|
|
6391
6382
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction: {
|
|
@@ -6436,6 +6427,20 @@ export interface components {
|
|
|
6436
6427
|
* the context of the dynamic behavior. */
|
|
6437
6428
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6438
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
|
+
};
|
|
6439
6444
|
/** Response */
|
|
6440
6445
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
|
|
6441
6446
|
/**
|
|
@@ -6486,7 +6491,7 @@ export interface components {
|
|
|
6486
6491
|
* Dynamic Behavior Sets
|
|
6487
6492
|
* @description The retrieved dynamic behavior sets.
|
|
6488
6493
|
*/
|
|
6489
|
-
dynamic_behavior_sets: components["schemas"]["
|
|
6494
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6490
6495
|
/**
|
|
6491
6496
|
* Has More
|
|
6492
6497
|
* @description Whether there are more dynamic behavior sets to retrieve.
|
|
@@ -6503,34 +6508,8 @@ export interface components {
|
|
|
6503
6508
|
* retrieved. */
|
|
6504
6509
|
filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
|
|
6505
6510
|
};
|
|
6506
|
-
/** FilterValues */
|
|
6507
|
-
dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
|
|
6508
|
-
/**
|
|
6509
|
-
* Applied To Services Ids
|
|
6510
|
-
* @description A set of service IDs that have dynamic behavior sets applied to the service.
|
|
6511
|
-
*/
|
|
6512
|
-
applied_to_services_ids: string[];
|
|
6513
|
-
/**
|
|
6514
|
-
* Creators
|
|
6515
|
-
* @description A set of creator infos that created the dynamic behavior sets under the current filters.
|
|
6516
|
-
*/
|
|
6517
|
-
creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
|
|
6518
|
-
/**
|
|
6519
|
-
* Tags
|
|
6520
|
-
* @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
|
|
6521
|
-
*/
|
|
6522
|
-
tags: string[];
|
|
6523
|
-
};
|
|
6524
|
-
/** Response */
|
|
6525
|
-
dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
|
|
6526
|
-
/**
|
|
6527
|
-
* Dynamic Behavior Sets
|
|
6528
|
-
* @description The retrieved dynamic behavior sets.
|
|
6529
|
-
*/
|
|
6530
|
-
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6531
|
-
};
|
|
6532
6511
|
/** DynamicBehaviorSetInstance */
|
|
6533
|
-
|
|
6512
|
+
dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
|
|
6534
6513
|
/** Id */
|
|
6535
6514
|
id: string;
|
|
6536
6515
|
/** Name */
|
|
@@ -6556,6 +6535,32 @@ export interface components {
|
|
|
6556
6535
|
updated_at: string;
|
|
6557
6536
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
6558
6537
|
};
|
|
6538
|
+
/** FilterValues */
|
|
6539
|
+
dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
|
|
6540
|
+
/**
|
|
6541
|
+
* Applied To Services Ids
|
|
6542
|
+
* @description A set of service IDs that have dynamic behavior sets applied to the service.
|
|
6543
|
+
*/
|
|
6544
|
+
applied_to_services_ids: string[];
|
|
6545
|
+
/**
|
|
6546
|
+
* Creators
|
|
6547
|
+
* @description A set of creator infos that created the dynamic behavior sets under the current filters.
|
|
6548
|
+
*/
|
|
6549
|
+
creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
|
|
6550
|
+
/**
|
|
6551
|
+
* Tags
|
|
6552
|
+
* @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
|
|
6553
|
+
*/
|
|
6554
|
+
tags: string[];
|
|
6555
|
+
};
|
|
6556
|
+
/** Response */
|
|
6557
|
+
dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
|
|
6558
|
+
/**
|
|
6559
|
+
* Dynamic Behavior Sets
|
|
6560
|
+
* @description The retrieved dynamic behavior sets.
|
|
6561
|
+
*/
|
|
6562
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6563
|
+
};
|
|
6559
6564
|
/** Request */
|
|
6560
6565
|
dynamic_behavior_set__update_dynamic_behavior_set__Request: {
|
|
6561
6566
|
/** @description The name of the dynamic behavior set. */
|
|
@@ -6880,7 +6885,7 @@ export interface components {
|
|
|
6880
6885
|
* User Dimensions
|
|
6881
6886
|
* @description User dimensions for the organization.
|
|
6882
6887
|
*/
|
|
6883
|
-
user_dimensions: components["schemas"]["
|
|
6888
|
+
user_dimensions: components["schemas"]["organization__create_organization__Request__UserDimension"][];
|
|
6884
6889
|
/**
|
|
6885
6890
|
* Logo
|
|
6886
6891
|
* Format: base64
|
|
@@ -6957,6 +6962,12 @@ export interface components {
|
|
|
6957
6962
|
*/
|
|
6958
6963
|
audio_keyterms?: string[];
|
|
6959
6964
|
};
|
|
6965
|
+
/** UserDimension */
|
|
6966
|
+
organization__create_organization__Request__UserDimension: {
|
|
6967
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6968
|
+
/** Tags */
|
|
6969
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6970
|
+
};
|
|
6960
6971
|
/** Response */
|
|
6961
6972
|
organization__create_organization__Response: {
|
|
6962
6973
|
/**
|
|
@@ -7020,7 +7031,7 @@ export interface components {
|
|
|
7020
7031
|
global_boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7021
7032
|
};
|
|
7022
7033
|
/** ExitCondition */
|
|
7023
|
-
|
|
7034
|
+
organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition: {
|
|
7024
7035
|
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7025
7036
|
/** Next State */
|
|
7026
7037
|
next_state: components["schemas"]["StateOrRefName"] | [
|
|
@@ -7323,7 +7334,7 @@ export interface components {
|
|
|
7323
7334
|
* User Dimensions
|
|
7324
7335
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7325
7336
|
*/
|
|
7326
|
-
user_dimensions?: components["schemas"]["
|
|
7337
|
+
user_dimensions?: components["schemas"]["organization__create_organization__Request__UserDimension"][] | null;
|
|
7327
7338
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7328
7339
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7329
7340
|
/**
|
|
@@ -7363,12 +7374,6 @@ export interface components {
|
|
|
7363
7374
|
*/
|
|
7364
7375
|
audio_keyterms?: string[];
|
|
7365
7376
|
};
|
|
7366
|
-
/** UserDimension */
|
|
7367
|
-
organization__modify_organization__Request__UserDimension: {
|
|
7368
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7369
|
-
/** Tags */
|
|
7370
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7371
|
-
};
|
|
7372
7377
|
/** Request */
|
|
7373
7378
|
role__assign_role__Request: {
|
|
7374
7379
|
/**
|
|
@@ -7492,6 +7497,18 @@ export interface components {
|
|
|
7492
7497
|
[key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
|
|
7493
7498
|
};
|
|
7494
7499
|
};
|
|
7500
|
+
/** LLMConfig */
|
|
7501
|
+
service__create_service__Request__VersionSet__LLMConfig: {
|
|
7502
|
+
llm_name: components["schemas"]["LLMType"];
|
|
7503
|
+
/**
|
|
7504
|
+
* Params
|
|
7505
|
+
* @description LLM-specific parameters to use.
|
|
7506
|
+
* @default {}
|
|
7507
|
+
*/
|
|
7508
|
+
params?: {
|
|
7509
|
+
[key: string]: unknown;
|
|
7510
|
+
};
|
|
7511
|
+
};
|
|
7495
7512
|
/** Response */
|
|
7496
7513
|
service__create_service__Response: {
|
|
7497
7514
|
/**
|
|
@@ -7588,19 +7605,7 @@ export interface components {
|
|
|
7588
7605
|
service_hierarchical_state_machine_version_number: number | null;
|
|
7589
7606
|
/** Llm Model Preferences */
|
|
7590
7607
|
llm_model_preferences: {
|
|
7591
|
-
[key: string]: components["schemas"]["
|
|
7592
|
-
};
|
|
7593
|
-
};
|
|
7594
|
-
/** LLMConfig */
|
|
7595
|
-
service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
|
|
7596
|
-
llm_name: components["schemas"]["LLMType"];
|
|
7597
|
-
/**
|
|
7598
|
-
* Params
|
|
7599
|
-
* @description LLM-specific parameters to use.
|
|
7600
|
-
* @default {}
|
|
7601
|
-
*/
|
|
7602
|
-
params?: {
|
|
7603
|
-
[key: string]: unknown;
|
|
7608
|
+
[key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
|
|
7604
7609
|
};
|
|
7605
7610
|
};
|
|
7606
7611
|
/** Request */
|
|
@@ -7968,7 +7973,7 @@ export interface components {
|
|
|
7968
7973
|
* Simulation Scenarios
|
|
7969
7974
|
* @description The list of simulation scenarios.
|
|
7970
7975
|
*/
|
|
7971
|
-
simulation_scenarios: components["schemas"]["
|
|
7976
|
+
simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
7972
7977
|
/**
|
|
7973
7978
|
* Has More
|
|
7974
7979
|
* @description Whether there are more simulation scenarios to fetch.
|
|
@@ -7998,6 +8003,47 @@ export interface components {
|
|
|
7998
8003
|
*/
|
|
7999
8004
|
tags: string[];
|
|
8000
8005
|
};
|
|
8006
|
+
/** SimulationScenarioInstance */
|
|
8007
|
+
simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8008
|
+
/**
|
|
8009
|
+
* Id
|
|
8010
|
+
* @description The ID of the simulation scenario.
|
|
8011
|
+
*/
|
|
8012
|
+
id: string;
|
|
8013
|
+
/**
|
|
8014
|
+
* Name
|
|
8015
|
+
* @description The name of the simulation scenario.
|
|
8016
|
+
*/
|
|
8017
|
+
name: string;
|
|
8018
|
+
/**
|
|
8019
|
+
* Tags
|
|
8020
|
+
* @description The tags of the simulation scenario.
|
|
8021
|
+
*/
|
|
8022
|
+
tags: {
|
|
8023
|
+
[key: string]: string | null;
|
|
8024
|
+
};
|
|
8025
|
+
/**
|
|
8026
|
+
* Is Deleted
|
|
8027
|
+
* @description Whether the simulation scenario is deleted.
|
|
8028
|
+
*/
|
|
8029
|
+
is_deleted: boolean;
|
|
8030
|
+
/**
|
|
8031
|
+
* Created At
|
|
8032
|
+
* Format: date-time
|
|
8033
|
+
* @description The timestamp when the simulation scenario was created.
|
|
8034
|
+
*/
|
|
8035
|
+
created_at: string;
|
|
8036
|
+
/** @description The user who created the simulation scenario. */
|
|
8037
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8038
|
+
/**
|
|
8039
|
+
* Updated At
|
|
8040
|
+
* Format: date-time
|
|
8041
|
+
* @description The timestamp when the simulation scenario was last updated.
|
|
8042
|
+
*/
|
|
8043
|
+
updated_at: string;
|
|
8044
|
+
/** @description The user who last updated the simulation scenario. */
|
|
8045
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8046
|
+
};
|
|
8001
8047
|
/** Response */
|
|
8002
8048
|
simulation__get_simulation_unit_test_set_run_artifacts__Response: {
|
|
8003
8049
|
/**
|
|
@@ -8164,48 +8210,7 @@ export interface components {
|
|
|
8164
8210
|
* Simulation Scenarios
|
|
8165
8211
|
* @description The list of simulation scenarios.
|
|
8166
8212
|
*/
|
|
8167
|
-
simulation_scenarios: components["schemas"]["
|
|
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"];
|
|
8213
|
+
simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8209
8214
|
};
|
|
8210
8215
|
/** Response */
|
|
8211
8216
|
simulation__search_simulation_unit_test_set__Response: {
|
|
@@ -8438,7 +8443,23 @@ export interface components {
|
|
|
8438
8443
|
* Inputs
|
|
8439
8444
|
* @description The list of inputs for the tool invocation.
|
|
8440
8445
|
*/
|
|
8441
|
-
inputs: components["schemas"]["
|
|
8446
|
+
inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
|
|
8447
|
+
};
|
|
8448
|
+
/** Input */
|
|
8449
|
+
tool__invoke_tool_version__Request__Input: {
|
|
8450
|
+
/**
|
|
8451
|
+
* Input Parameters
|
|
8452
|
+
* @description The input parameters for the tool invocation.
|
|
8453
|
+
*/
|
|
8454
|
+
input_parameters: {
|
|
8455
|
+
[key: string]: unknown;
|
|
8456
|
+
};
|
|
8457
|
+
/**
|
|
8458
|
+
* Invocation Mode
|
|
8459
|
+
* @description The mode of invocation.
|
|
8460
|
+
* @enum {string}
|
|
8461
|
+
*/
|
|
8462
|
+
invocation_mode: "regular" | "conversation-simulation";
|
|
8442
8463
|
};
|
|
8443
8464
|
/** Response */
|
|
8444
8465
|
tool__invoke_tool_version__Response: {
|
|
@@ -8551,7 +8572,7 @@ export interface components {
|
|
|
8551
8572
|
*/
|
|
8552
8573
|
tool_id: string;
|
|
8553
8574
|
/** @description The version of the tool that was invoked. */
|
|
8554
|
-
tool_version: components["schemas"]["
|
|
8575
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
8555
8576
|
};
|
|
8556
8577
|
/** Request */
|
|
8557
8578
|
tool__test_tool__Request: {
|
|
@@ -8559,7 +8580,7 @@ export interface components {
|
|
|
8559
8580
|
* Inputs
|
|
8560
8581
|
* @description The list of inputs for the tool invocation.
|
|
8561
8582
|
*/
|
|
8562
|
-
inputs: components["schemas"]["
|
|
8583
|
+
inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
|
|
8563
8584
|
/**
|
|
8564
8585
|
* Commit Branch
|
|
8565
8586
|
* @description The branch in the tools repo whose tip will be tested.
|
|
@@ -8585,22 +8606,6 @@ export interface components {
|
|
|
8585
8606
|
[key: string]: string;
|
|
8586
8607
|
};
|
|
8587
8608
|
};
|
|
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
8609
|
/** Response */
|
|
8605
8610
|
tool__test_tool__Response: {
|
|
8606
8611
|
/** Invocation Results */
|