@amigo-ai/sdk 0.52.0 → 0.54.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 +159 -159
- package/package.json +1 -1
|
@@ -3526,7 +3526,7 @@ export interface components {
|
|
|
3526
3526
|
* Tags
|
|
3527
3527
|
* @description The tags of the metric.
|
|
3528
3528
|
*/
|
|
3529
|
-
tags: components["schemas"]["
|
|
3529
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3530
3530
|
/** @description The user who created the metric. */
|
|
3531
3531
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3532
3532
|
/** @description The user who last updated the metric. */
|
|
@@ -3631,7 +3631,7 @@ export interface components {
|
|
|
3631
3631
|
* Tags
|
|
3632
3632
|
* @description The tags of the metric.
|
|
3633
3633
|
*/
|
|
3634
|
-
tags: components["schemas"]["
|
|
3634
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3635
3635
|
/** @description The user who created the metric. */
|
|
3636
3636
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3637
3637
|
/** @description The user who last updated the metric. */
|
|
@@ -4495,7 +4495,7 @@ export interface components {
|
|
|
4495
4495
|
* Tags
|
|
4496
4496
|
* @description The tags of the service.
|
|
4497
4497
|
*/
|
|
4498
|
-
tags: components["schemas"]["
|
|
4498
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4499
4499
|
};
|
|
4500
4500
|
/** SimulationConversationInvocationSource */
|
|
4501
4501
|
SimulationConversationInvocationSource: {
|
|
@@ -4705,7 +4705,7 @@ export interface components {
|
|
|
4705
4705
|
* Tags
|
|
4706
4706
|
* @description The tags of the simulation persona.
|
|
4707
4707
|
*/
|
|
4708
|
-
tags: components["schemas"]["
|
|
4708
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4709
4709
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4710
4710
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4711
4711
|
};
|
|
@@ -4777,7 +4777,7 @@ export interface components {
|
|
|
4777
4777
|
* Tags
|
|
4778
4778
|
* @description The tags of the simulation persona.
|
|
4779
4779
|
*/
|
|
4780
|
-
tags: components["schemas"]["
|
|
4780
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4781
4781
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4782
4782
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4783
4783
|
};
|
|
@@ -4832,7 +4832,7 @@ export interface components {
|
|
|
4832
4832
|
* Tags
|
|
4833
4833
|
* @description The tags of the simulation unit test set.
|
|
4834
4834
|
*/
|
|
4835
|
-
tags: components["schemas"]["
|
|
4835
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4836
4836
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4837
4837
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4838
4838
|
};
|
|
@@ -4884,7 +4884,7 @@ export interface components {
|
|
|
4884
4884
|
* Tags
|
|
4885
4885
|
* @description The tags of the simulation unit test set.
|
|
4886
4886
|
*/
|
|
4887
|
-
tags: components["schemas"]["
|
|
4887
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4888
4888
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4889
4889
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4890
4890
|
};
|
|
@@ -5400,7 +5400,7 @@ export interface components {
|
|
|
5400
5400
|
* Tags
|
|
5401
5401
|
* @description The tags of the simulation persona.
|
|
5402
5402
|
*/
|
|
5403
|
-
tags: components["schemas"]["
|
|
5403
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
5404
5404
|
};
|
|
5405
5405
|
/** ToolVersionInstance */
|
|
5406
5406
|
ToolVersionInstance: {
|
|
@@ -5430,7 +5430,7 @@ export interface components {
|
|
|
5430
5430
|
*/
|
|
5431
5431
|
tool_id: string;
|
|
5432
5432
|
/** @description The version of the tool. */
|
|
5433
|
-
version: components["schemas"]["
|
|
5433
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
5434
5434
|
/**
|
|
5435
5435
|
* Required Envvars
|
|
5436
5436
|
* @description The environment variables that are required to run the tool.
|
|
@@ -6015,13 +6015,6 @@ export interface components {
|
|
|
6015
6015
|
*/
|
|
6016
6016
|
overrides_instructions: boolean;
|
|
6017
6017
|
};
|
|
6018
|
-
/** Tag */
|
|
6019
|
-
amigo_lib__mongo__collections__metric__Metric__Tag: {
|
|
6020
|
-
/** Key */
|
|
6021
|
-
key: string;
|
|
6022
|
-
/** Value */
|
|
6023
|
-
value: string | null;
|
|
6024
|
-
};
|
|
6025
6018
|
/** UserInfo */
|
|
6026
6019
|
amigo_lib__mongo__collections__metric__Metric__UserInfo: {
|
|
6027
6020
|
/** Org Id */
|
|
@@ -6150,6 +6143,22 @@ export interface components {
|
|
|
6150
6143
|
/** User Id */
|
|
6151
6144
|
user_id: string;
|
|
6152
6145
|
};
|
|
6146
|
+
/** Tag */
|
|
6147
|
+
amigo_lib__mongo__collections__tool__Tool__Tag: {
|
|
6148
|
+
/** Key */
|
|
6149
|
+
key: string;
|
|
6150
|
+
/** Value */
|
|
6151
|
+
value: string | null;
|
|
6152
|
+
};
|
|
6153
|
+
/** Version */
|
|
6154
|
+
amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
|
|
6155
|
+
/** Major */
|
|
6156
|
+
major: number;
|
|
6157
|
+
/** Minor */
|
|
6158
|
+
minor: number;
|
|
6159
|
+
/** Patch */
|
|
6160
|
+
patch: number;
|
|
6161
|
+
};
|
|
6153
6162
|
/** UserInfo */
|
|
6154
6163
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
6155
6164
|
/**
|
|
@@ -6163,15 +6172,6 @@ export interface components {
|
|
|
6163
6172
|
*/
|
|
6164
6173
|
user_org_id: string;
|
|
6165
6174
|
};
|
|
6166
|
-
/** Version */
|
|
6167
|
-
amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
|
|
6168
|
-
/** Major */
|
|
6169
|
-
major: number;
|
|
6170
|
-
/** Minor */
|
|
6171
|
-
minor: number;
|
|
6172
|
-
/** Patch */
|
|
6173
|
-
patch: number;
|
|
6174
|
-
};
|
|
6175
6175
|
/**
|
|
6176
6176
|
* Preferences
|
|
6177
6177
|
* @description Preferences that the user can set to customize their experience.
|
|
@@ -6554,7 +6554,7 @@ export interface components {
|
|
|
6554
6554
|
* Dynamic Behavior Sets
|
|
6555
6555
|
* @description The retrieved dynamic behavior sets.
|
|
6556
6556
|
*/
|
|
6557
|
-
dynamic_behavior_sets: components["schemas"]["
|
|
6557
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6558
6558
|
/**
|
|
6559
6559
|
* Has More
|
|
6560
6560
|
* @description Whether there are more dynamic behavior sets to retrieve.
|
|
@@ -6571,8 +6571,34 @@ export interface components {
|
|
|
6571
6571
|
* retrieved. */
|
|
6572
6572
|
filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
|
|
6573
6573
|
};
|
|
6574
|
+
/** FilterValues */
|
|
6575
|
+
dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
|
|
6576
|
+
/**
|
|
6577
|
+
* Applied To Services Ids
|
|
6578
|
+
* @description A set of service IDs that have dynamic behavior sets applied to the service.
|
|
6579
|
+
*/
|
|
6580
|
+
applied_to_services_ids: string[];
|
|
6581
|
+
/**
|
|
6582
|
+
* Creators
|
|
6583
|
+
* @description A set of creator infos that created the dynamic behavior sets under the current filters.
|
|
6584
|
+
*/
|
|
6585
|
+
creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
|
|
6586
|
+
/**
|
|
6587
|
+
* Tags
|
|
6588
|
+
* @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
|
|
6589
|
+
*/
|
|
6590
|
+
tags: string[];
|
|
6591
|
+
};
|
|
6592
|
+
/** Response */
|
|
6593
|
+
dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
|
|
6594
|
+
/**
|
|
6595
|
+
* Dynamic Behavior Sets
|
|
6596
|
+
* @description The retrieved dynamic behavior sets.
|
|
6597
|
+
*/
|
|
6598
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6599
|
+
};
|
|
6574
6600
|
/** DynamicBehaviorSetInstance */
|
|
6575
|
-
|
|
6601
|
+
dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
|
|
6576
6602
|
/** Id */
|
|
6577
6603
|
id: string;
|
|
6578
6604
|
/** Name */
|
|
@@ -6598,32 +6624,6 @@ export interface components {
|
|
|
6598
6624
|
updated_at: string;
|
|
6599
6625
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
6600
6626
|
};
|
|
6601
|
-
/** FilterValues */
|
|
6602
|
-
dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
|
|
6603
|
-
/**
|
|
6604
|
-
* Applied To Services Ids
|
|
6605
|
-
* @description A set of service IDs that have dynamic behavior sets applied to the service.
|
|
6606
|
-
*/
|
|
6607
|
-
applied_to_services_ids: string[];
|
|
6608
|
-
/**
|
|
6609
|
-
* Creators
|
|
6610
|
-
* @description A set of creator infos that created the dynamic behavior sets under the current filters.
|
|
6611
|
-
*/
|
|
6612
|
-
creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
|
|
6613
|
-
/**
|
|
6614
|
-
* Tags
|
|
6615
|
-
* @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
|
|
6616
|
-
*/
|
|
6617
|
-
tags: string[];
|
|
6618
|
-
};
|
|
6619
|
-
/** Response */
|
|
6620
|
-
dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
|
|
6621
|
-
/**
|
|
6622
|
-
* Dynamic Behavior Sets
|
|
6623
|
-
* @description The retrieved dynamic behavior sets.
|
|
6624
|
-
*/
|
|
6625
|
-
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6626
|
-
};
|
|
6627
6627
|
/** Request */
|
|
6628
6628
|
dynamic_behavior_set__update_dynamic_behavior_set__Request: {
|
|
6629
6629
|
/** @description The name of the dynamic behavior set. */
|
|
@@ -7435,7 +7435,7 @@ export interface components {
|
|
|
7435
7435
|
* Permission Grants
|
|
7436
7436
|
* @description A list of permission grants associated with this role.
|
|
7437
7437
|
*/
|
|
7438
|
-
permission_grants: components["schemas"]["
|
|
7438
|
+
permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
|
|
7439
7439
|
/** @description The frontend view for users of this role. */
|
|
7440
7440
|
frontend_view: components["schemas"]["FrontendView"];
|
|
7441
7441
|
/**
|
|
@@ -7449,6 +7449,25 @@ export interface components {
|
|
|
7449
7449
|
*/
|
|
7450
7450
|
inherited_from: string | null;
|
|
7451
7451
|
};
|
|
7452
|
+
/** PermissionGrant */
|
|
7453
|
+
role__create_role__Request__PermissionGrant: {
|
|
7454
|
+
/**
|
|
7455
|
+
* Action
|
|
7456
|
+
* @description Whether this grant allows or denies the specified access.
|
|
7457
|
+
* @enum {string}
|
|
7458
|
+
*/
|
|
7459
|
+
action: "Allow" | "Deny";
|
|
7460
|
+
/** Permission Name */
|
|
7461
|
+
permission_name: string;
|
|
7462
|
+
/**
|
|
7463
|
+
* Conditions
|
|
7464
|
+
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7465
|
+
*/
|
|
7466
|
+
conditions: {
|
|
7467
|
+
[key: string]: components["schemas"]["Condition"];
|
|
7468
|
+
};
|
|
7469
|
+
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7470
|
+
};
|
|
7452
7471
|
/** Response */
|
|
7453
7472
|
role__create_role__Response: {
|
|
7454
7473
|
/**
|
|
@@ -7473,7 +7492,7 @@ export interface components {
|
|
|
7473
7492
|
* Permission Grants
|
|
7474
7493
|
* @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
|
|
7475
7494
|
*/
|
|
7476
|
-
permission_grants?: components["schemas"]["
|
|
7495
|
+
permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
|
|
7477
7496
|
/** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
|
|
7478
7497
|
frontend_view?: components["schemas"]["FrontendView"] | null;
|
|
7479
7498
|
/**
|
|
@@ -7483,25 +7502,6 @@ export interface components {
|
|
|
7483
7502
|
*/
|
|
7484
7503
|
inherited_from?: string | components["schemas"]["_NotSet"] | null;
|
|
7485
7504
|
};
|
|
7486
|
-
/** PermissionGrant */
|
|
7487
|
-
role__modify_role__Request__PermissionGrant: {
|
|
7488
|
-
/**
|
|
7489
|
-
* Action
|
|
7490
|
-
* @description Whether this grant allows or denies the specified access.
|
|
7491
|
-
* @enum {string}
|
|
7492
|
-
*/
|
|
7493
|
-
action: "Allow" | "Deny";
|
|
7494
|
-
/** Permission Name */
|
|
7495
|
-
permission_name: string;
|
|
7496
|
-
/**
|
|
7497
|
-
* Conditions
|
|
7498
|
-
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7499
|
-
*/
|
|
7500
|
-
conditions: {
|
|
7501
|
-
[key: string]: components["schemas"]["Condition"];
|
|
7502
|
-
};
|
|
7503
|
-
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7504
|
-
};
|
|
7505
7505
|
/** Response */
|
|
7506
7506
|
role__modify_role__Response: {
|
|
7507
7507
|
/**
|
|
@@ -7533,7 +7533,7 @@ export interface components {
|
|
|
7533
7533
|
is_active: boolean;
|
|
7534
7534
|
/** @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
|
|
7535
7535
|
* latest agent and state machine versions with no model preference. */
|
|
7536
|
-
release_version_set?: components["schemas"]["
|
|
7536
|
+
release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
|
|
7537
7537
|
/**
|
|
7538
7538
|
* Tags
|
|
7539
7539
|
* @description The tags of this service.
|
|
@@ -7542,6 +7542,23 @@ export interface components {
|
|
|
7542
7542
|
[key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
|
|
7543
7543
|
};
|
|
7544
7544
|
};
|
|
7545
|
+
/** VersionSet */
|
|
7546
|
+
service__create_service__Request__VersionSet: {
|
|
7547
|
+
/**
|
|
7548
|
+
* Agent Version Number
|
|
7549
|
+
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
7550
|
+
*/
|
|
7551
|
+
agent_version_number: number | null;
|
|
7552
|
+
/**
|
|
7553
|
+
* Service Hierarchical State Machine Version Number
|
|
7554
|
+
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
7555
|
+
*/
|
|
7556
|
+
service_hierarchical_state_machine_version_number: number | null;
|
|
7557
|
+
/** Llm Model Preferences */
|
|
7558
|
+
llm_model_preferences: {
|
|
7559
|
+
[key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig"];
|
|
7560
|
+
};
|
|
7561
|
+
};
|
|
7545
7562
|
/** LLMConfig */
|
|
7546
7563
|
service__create_service__Request__VersionSet__LLMConfig: {
|
|
7547
7564
|
llm_name: components["schemas"]["LLMType"];
|
|
@@ -7561,14 +7578,6 @@ export interface components {
|
|
|
7561
7578
|
*/
|
|
7562
7579
|
top_k: number;
|
|
7563
7580
|
};
|
|
7564
|
-
/** LLMLoadBalancingSetConfig */
|
|
7565
|
-
service__create_service__Request__VersionSet__LLMLoadBalancingSetConfig: {
|
|
7566
|
-
llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
|
|
7567
|
-
/** Configs */
|
|
7568
|
-
configs: {
|
|
7569
|
-
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
7570
|
-
};
|
|
7571
|
-
};
|
|
7572
7581
|
/** Response */
|
|
7573
7582
|
service__create_service__Response: {
|
|
7574
7583
|
/**
|
|
@@ -7644,23 +7653,14 @@ export interface components {
|
|
|
7644
7653
|
/** Request */
|
|
7645
7654
|
service__upsert_service_version_set__Request: {
|
|
7646
7655
|
/** @description The version set to upsert. */
|
|
7647
|
-
version_set: components["schemas"]["
|
|
7656
|
+
version_set: components["schemas"]["service__create_service__Request__VersionSet"];
|
|
7648
7657
|
};
|
|
7649
|
-
/**
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
agent_version_number: number | null;
|
|
7656
|
-
/**
|
|
7657
|
-
* Service Hierarchical State Machine Version Number
|
|
7658
|
-
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
7659
|
-
*/
|
|
7660
|
-
service_hierarchical_state_machine_version_number: number | null;
|
|
7661
|
-
/** Llm Model Preferences */
|
|
7662
|
-
llm_model_preferences: {
|
|
7663
|
-
[key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__create_service__Request__VersionSet__LLMLoadBalancingSetConfig"];
|
|
7658
|
+
/** LLMLoadBalancingSetConfig */
|
|
7659
|
+
service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig: {
|
|
7660
|
+
llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
|
|
7661
|
+
/** Configs */
|
|
7662
|
+
configs: {
|
|
7663
|
+
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
7664
7664
|
};
|
|
7665
7665
|
};
|
|
7666
7666
|
/** Request */
|
|
@@ -7933,7 +7933,7 @@ export interface components {
|
|
|
7933
7933
|
* Simulation Personas
|
|
7934
7934
|
* @description The list of simulation personas.
|
|
7935
7935
|
*/
|
|
7936
|
-
simulation_personas: components["schemas"]["
|
|
7936
|
+
simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
7937
7937
|
/**
|
|
7938
7938
|
* Has More
|
|
7939
7939
|
* @description Whether there are more simulation personas to fetch.
|
|
@@ -7968,52 +7968,6 @@ export interface components {
|
|
|
7968
7968
|
*/
|
|
7969
7969
|
roles: string[];
|
|
7970
7970
|
};
|
|
7971
|
-
/** SimulationPersonaInstance */
|
|
7972
|
-
simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
|
|
7973
|
-
/**
|
|
7974
|
-
* Id
|
|
7975
|
-
* @description The ID of the simulation persona.
|
|
7976
|
-
*/
|
|
7977
|
-
id: string;
|
|
7978
|
-
/**
|
|
7979
|
-
* Name
|
|
7980
|
-
* @description The name of the simulation persona.
|
|
7981
|
-
*/
|
|
7982
|
-
name: string;
|
|
7983
|
-
/**
|
|
7984
|
-
* Role
|
|
7985
|
-
* @description The role of the simulation persona.
|
|
7986
|
-
*/
|
|
7987
|
-
role: string;
|
|
7988
|
-
/**
|
|
7989
|
-
* Tags
|
|
7990
|
-
* @description The tags of the simulation persona.
|
|
7991
|
-
*/
|
|
7992
|
-
tags: {
|
|
7993
|
-
[key: string]: string | null;
|
|
7994
|
-
};
|
|
7995
|
-
/**
|
|
7996
|
-
* Is Deleted
|
|
7997
|
-
* @description Whether the simulation persona is deleted.
|
|
7998
|
-
*/
|
|
7999
|
-
is_deleted: boolean;
|
|
8000
|
-
/**
|
|
8001
|
-
* Created At
|
|
8002
|
-
* Format: date-time
|
|
8003
|
-
* @description The timestamp when the simulation persona was created.
|
|
8004
|
-
*/
|
|
8005
|
-
created_at: string;
|
|
8006
|
-
/** @description The user who created the simulation persona. */
|
|
8007
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8008
|
-
/**
|
|
8009
|
-
* Updated At
|
|
8010
|
-
* Format: date-time
|
|
8011
|
-
* @description The timestamp when the simulation persona was last updated.
|
|
8012
|
-
*/
|
|
8013
|
-
updated_at: string;
|
|
8014
|
-
/** @description The user who last updated the simulation persona. */
|
|
8015
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8016
|
-
};
|
|
8017
7971
|
/** Response */
|
|
8018
7972
|
simulation__get_simulation_scenario_versions__Response: {
|
|
8019
7973
|
/**
|
|
@@ -8226,7 +8180,53 @@ export interface components {
|
|
|
8226
8180
|
* Simulation Personas
|
|
8227
8181
|
* @description The list of simulation personas.
|
|
8228
8182
|
*/
|
|
8229
|
-
simulation_personas: components["schemas"]["
|
|
8183
|
+
simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
8184
|
+
};
|
|
8185
|
+
/** SimulationPersonaInstance */
|
|
8186
|
+
simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
|
|
8187
|
+
/**
|
|
8188
|
+
* Id
|
|
8189
|
+
* @description The ID of the simulation persona.
|
|
8190
|
+
*/
|
|
8191
|
+
id: string;
|
|
8192
|
+
/**
|
|
8193
|
+
* Name
|
|
8194
|
+
* @description The name of the simulation persona.
|
|
8195
|
+
*/
|
|
8196
|
+
name: string;
|
|
8197
|
+
/**
|
|
8198
|
+
* Role
|
|
8199
|
+
* @description The role of the simulation persona.
|
|
8200
|
+
*/
|
|
8201
|
+
role: string;
|
|
8202
|
+
/**
|
|
8203
|
+
* Tags
|
|
8204
|
+
* @description The tags of the simulation persona.
|
|
8205
|
+
*/
|
|
8206
|
+
tags: {
|
|
8207
|
+
[key: string]: string | null;
|
|
8208
|
+
};
|
|
8209
|
+
/**
|
|
8210
|
+
* Is Deleted
|
|
8211
|
+
* @description Whether the simulation persona is deleted.
|
|
8212
|
+
*/
|
|
8213
|
+
is_deleted: boolean;
|
|
8214
|
+
/**
|
|
8215
|
+
* Created At
|
|
8216
|
+
* Format: date-time
|
|
8217
|
+
* @description The timestamp when the simulation persona was created.
|
|
8218
|
+
*/
|
|
8219
|
+
created_at: string;
|
|
8220
|
+
/** @description The user who created the simulation persona. */
|
|
8221
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8222
|
+
/**
|
|
8223
|
+
* Updated At
|
|
8224
|
+
* Format: date-time
|
|
8225
|
+
* @description The timestamp when the simulation persona was last updated.
|
|
8226
|
+
*/
|
|
8227
|
+
updated_at: string;
|
|
8228
|
+
/** @description The user who last updated the simulation persona. */
|
|
8229
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8230
8230
|
};
|
|
8231
8231
|
/** Response */
|
|
8232
8232
|
simulation__search_simulation_scenarios__Response: {
|
|
@@ -8627,7 +8627,7 @@ export interface components {
|
|
|
8627
8627
|
*/
|
|
8628
8628
|
tool_id: string;
|
|
8629
8629
|
/** @description The version of the tool that was invoked. */
|
|
8630
|
-
tool_version: components["schemas"]["
|
|
8630
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
8631
8631
|
};
|
|
8632
8632
|
/** Request */
|
|
8633
8633
|
tool__test_tool__Request: {
|
|
@@ -8807,7 +8807,7 @@ export interface components {
|
|
|
8807
8807
|
*/
|
|
8808
8808
|
email: string;
|
|
8809
8809
|
/** @description Statistics about the user's usage of the Amigo platform. */
|
|
8810
|
-
user_stats: components["schemas"]["
|
|
8810
|
+
user_stats: components["schemas"]["user__get_users__Response__UserInstance__UserStats"];
|
|
8811
8811
|
/**
|
|
8812
8812
|
* Role
|
|
8813
8813
|
* @description The ID of the role of the user.
|
|
@@ -8816,16 +8816,8 @@ export interface components {
|
|
|
8816
8816
|
/** @description The preferences of the user. */
|
|
8817
8817
|
preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
|
|
8818
8818
|
};
|
|
8819
|
-
/** Response */
|
|
8820
|
-
user__search_users__Response: {
|
|
8821
|
-
/**
|
|
8822
|
-
* Users
|
|
8823
|
-
* @description Users in this organization.
|
|
8824
|
-
*/
|
|
8825
|
-
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8826
|
-
};
|
|
8827
8819
|
/** UserStats */
|
|
8828
|
-
|
|
8820
|
+
user__get_users__Response__UserInstance__UserStats: {
|
|
8829
8821
|
/**
|
|
8830
8822
|
* Num Conversations
|
|
8831
8823
|
* @description The number of conversations the user has created.
|
|
@@ -8842,6 +8834,14 @@ export interface components {
|
|
|
8842
8834
|
*/
|
|
8843
8835
|
last_message_time: string | null;
|
|
8844
8836
|
};
|
|
8837
|
+
/** Response */
|
|
8838
|
+
user__search_users__Response: {
|
|
8839
|
+
/**
|
|
8840
|
+
* Users
|
|
8841
|
+
* @description Users in this organization.
|
|
8842
|
+
*/
|
|
8843
|
+
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8844
|
+
};
|
|
8845
8845
|
/** SigninWithAPIKeyResponse */
|
|
8846
8846
|
user__sign_in_with_api_key__Response: {
|
|
8847
8847
|
/**
|
|
@@ -17534,7 +17534,7 @@ export interface operations {
|
|
|
17534
17534
|
"application/json": components["schemas"]["tool__publish_tool_version__Response"];
|
|
17535
17535
|
};
|
|
17536
17536
|
};
|
|
17537
|
-
/** @description Specified commit is older than the last valid commit, or the environment variables required by the tool version do not exist on the tool. */
|
|
17537
|
+
/** @description Specified commit is older than the last valid commit, or the environment variables required by the tool version do not exist on the tool, or more than 3 active versions of the tool exist. */
|
|
17538
17538
|
400: {
|
|
17539
17539
|
headers: {
|
|
17540
17540
|
[name: string]: unknown;
|