@amigo-ai/sdk 0.57.0 → 0.59.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 +214 -200
- package/package.json +1 -1
|
@@ -2339,7 +2339,7 @@ export interface components {
|
|
|
2339
2339
|
/** Boundary Constraints */
|
|
2340
2340
|
boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2341
2341
|
/** Exit Conditions */
|
|
2342
|
-
exit_conditions: components["schemas"]["
|
|
2342
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
|
|
2343
2343
|
/** Action Tool Call Specs */
|
|
2344
2344
|
action_tool_call_specs: components["schemas"]["ToolCallSpec-Input"][];
|
|
2345
2345
|
/** Exit Condition Tool Call Specs */
|
|
@@ -2784,7 +2784,7 @@ export interface components {
|
|
|
2784
2784
|
type: "decision";
|
|
2785
2785
|
name: components["schemas"]["StateOrRefName"];
|
|
2786
2786
|
/** Exit Conditions */
|
|
2787
|
-
exit_conditions: components["schemas"]["
|
|
2787
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
|
|
2788
2788
|
/** Decision Guidelines */
|
|
2789
2789
|
decision_guidelines: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2790
2790
|
objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__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__simulation_unit_test__SimulationUnitTest__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__simulation_unit_test__SimulationUnitTest__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. */
|
|
@@ -4303,6 +4303,8 @@ export interface components {
|
|
|
4303
4303
|
/** @description Metadata about the invocation. */
|
|
4304
4304
|
invocation_metadata: components["schemas"]["AgentFrameworkInvocationMetadata"];
|
|
4305
4305
|
};
|
|
4306
|
+
/** @enum {string} */
|
|
4307
|
+
ResultPersistence: "ephemeral" | "persisted-preferred" | "persisted";
|
|
4306
4308
|
/** RoleInstance */
|
|
4307
4309
|
RoleInstance: {
|
|
4308
4310
|
/**
|
|
@@ -4495,7 +4497,7 @@ export interface components {
|
|
|
4495
4497
|
* Tags
|
|
4496
4498
|
* @description The tags of the service.
|
|
4497
4499
|
*/
|
|
4498
|
-
tags: components["schemas"]["
|
|
4500
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4499
4501
|
};
|
|
4500
4502
|
/** SimulationConversationInvocationSource */
|
|
4501
4503
|
SimulationConversationInvocationSource: {
|
|
@@ -4705,7 +4707,7 @@ export interface components {
|
|
|
4705
4707
|
* Tags
|
|
4706
4708
|
* @description The tags of the simulation persona.
|
|
4707
4709
|
*/
|
|
4708
|
-
tags: components["schemas"]["
|
|
4710
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4709
4711
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4710
4712
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4711
4713
|
};
|
|
@@ -4777,7 +4779,7 @@ export interface components {
|
|
|
4777
4779
|
* Tags
|
|
4778
4780
|
* @description The tags of the simulation persona.
|
|
4779
4781
|
*/
|
|
4780
|
-
tags: components["schemas"]["
|
|
4782
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4781
4783
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4782
4784
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4783
4785
|
};
|
|
@@ -4832,7 +4834,7 @@ export interface components {
|
|
|
4832
4834
|
* Tags
|
|
4833
4835
|
* @description The tags of the simulation unit test set.
|
|
4834
4836
|
*/
|
|
4835
|
-
tags: components["schemas"]["
|
|
4837
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4836
4838
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4837
4839
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4838
4840
|
};
|
|
@@ -4884,7 +4886,7 @@ export interface components {
|
|
|
4884
4886
|
* Tags
|
|
4885
4887
|
* @description The tags of the simulation unit test set.
|
|
4886
4888
|
*/
|
|
4887
|
-
tags: components["schemas"]["
|
|
4889
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4888
4890
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4889
4891
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4890
4892
|
};
|
|
@@ -5095,9 +5097,9 @@ export interface components {
|
|
|
5095
5097
|
};
|
|
5096
5098
|
/**
|
|
5097
5099
|
* Output
|
|
5098
|
-
* @description The output of the tool call.
|
|
5100
|
+
* @description The output of the tool call. If `None`, the tool call's output is ephemeral and not stored.
|
|
5099
5101
|
*/
|
|
5100
|
-
output: string;
|
|
5102
|
+
output: string | null;
|
|
5101
5103
|
/**
|
|
5102
5104
|
* Duration
|
|
5103
5105
|
* @description The duration of the tool call in seconds.
|
|
@@ -5128,6 +5130,12 @@ export interface components {
|
|
|
5128
5130
|
* @description The number of seconds to wait before playing an audio filler.
|
|
5129
5131
|
*/
|
|
5130
5132
|
audio_filler_triggered_after: number;
|
|
5133
|
+
/** @description The type of result persistence for this tool call.
|
|
5134
|
+
*
|
|
5135
|
+
* - If `ephemeral`, the result of the tool call is only provided to the current LLM interaction. Any future LLM interactions will not see this tool result.
|
|
5136
|
+
* - If `persisted-preferred`, the result of the tool call is reflected in all future LLM interactions if it's less than 5000 characters long. Otherwise, it's only visible in the current LLM interaction.
|
|
5137
|
+
* - If `persisted`, the result of the tool call is reflected in all future LLM interactions, unless it's more than 5000 characters long, in which case an error is thrown. */
|
|
5138
|
+
result_persistence: components["schemas"]["ResultPersistence"];
|
|
5131
5139
|
};
|
|
5132
5140
|
/**
|
|
5133
5141
|
* ToolCallSpec
|
|
@@ -5159,6 +5167,12 @@ export interface components {
|
|
|
5159
5167
|
* @description The number of seconds to wait before playing an audio filler.
|
|
5160
5168
|
*/
|
|
5161
5169
|
audio_filler_triggered_after: number;
|
|
5170
|
+
/** @description The type of result persistence for this tool call.
|
|
5171
|
+
*
|
|
5172
|
+
* - If `ephemeral`, the result of the tool call is only provided to the current LLM interaction. Any future LLM interactions will not see this tool result.
|
|
5173
|
+
* - If `persisted-preferred`, the result of the tool call is reflected in all future LLM interactions if it's less than 5000 characters long. Otherwise, it's only visible in the current LLM interaction.
|
|
5174
|
+
* - If `persisted`, the result of the tool call is reflected in all future LLM interactions, unless it's more than 5000 characters long, in which case an error is thrown. */
|
|
5175
|
+
result_persistence: components["schemas"]["ResultPersistence"];
|
|
5162
5176
|
};
|
|
5163
5177
|
/**
|
|
5164
5178
|
* ToolCallStartedEvent
|
|
@@ -5400,7 +5414,7 @@ export interface components {
|
|
|
5400
5414
|
* Tags
|
|
5401
5415
|
* @description The tags of the simulation persona.
|
|
5402
5416
|
*/
|
|
5403
|
-
tags: components["schemas"]["
|
|
5417
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
5404
5418
|
};
|
|
5405
5419
|
/** ToolVersionInstance */
|
|
5406
5420
|
ToolVersionInstance: {
|
|
@@ -5430,7 +5444,7 @@ export interface components {
|
|
|
5430
5444
|
*/
|
|
5431
5445
|
tool_id: string;
|
|
5432
5446
|
/** @description The version of the tool. */
|
|
5433
|
-
version: components["schemas"]["
|
|
5447
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
5434
5448
|
/**
|
|
5435
5449
|
* Required Envvars
|
|
5436
5450
|
* @description The environment variables that are required to run the tool.
|
|
@@ -6015,13 +6029,6 @@ export interface components {
|
|
|
6015
6029
|
*/
|
|
6016
6030
|
overrides_instructions: boolean;
|
|
6017
6031
|
};
|
|
6018
|
-
/** Tag */
|
|
6019
|
-
amigo_lib__mongo__collections__metric__Metric__Tag: {
|
|
6020
|
-
/** Key */
|
|
6021
|
-
key: string;
|
|
6022
|
-
/** Value */
|
|
6023
|
-
value: string | null;
|
|
6024
|
-
};
|
|
6025
6032
|
/** UserInfo */
|
|
6026
6033
|
amigo_lib__mongo__collections__metric__Metric__UserInfo: {
|
|
6027
6034
|
/** Org Id */
|
|
@@ -6108,6 +6115,13 @@ export interface components {
|
|
|
6108
6115
|
metric_id: string;
|
|
6109
6116
|
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
6110
6117
|
};
|
|
6118
|
+
/** Tag */
|
|
6119
|
+
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
|
|
6120
|
+
/** Key */
|
|
6121
|
+
key: string;
|
|
6122
|
+
/** Value */
|
|
6123
|
+
value: string | null;
|
|
6124
|
+
};
|
|
6111
6125
|
/** UserInfo */
|
|
6112
6126
|
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
|
|
6113
6127
|
/** Org Id */
|
|
@@ -6150,15 +6164,6 @@ export interface components {
|
|
|
6150
6164
|
/** User Id */
|
|
6151
6165
|
user_id: string;
|
|
6152
6166
|
};
|
|
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
|
-
};
|
|
6162
6167
|
/** UserInfo */
|
|
6163
6168
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
6164
6169
|
/**
|
|
@@ -6172,6 +6177,15 @@ export interface components {
|
|
|
6172
6177
|
*/
|
|
6173
6178
|
user_org_id: string;
|
|
6174
6179
|
};
|
|
6180
|
+
/** Version */
|
|
6181
|
+
amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
|
|
6182
|
+
/** Major */
|
|
6183
|
+
major: number;
|
|
6184
|
+
/** Minor */
|
|
6185
|
+
minor: number;
|
|
6186
|
+
/** Patch */
|
|
6187
|
+
patch: number;
|
|
6188
|
+
};
|
|
6175
6189
|
/**
|
|
6176
6190
|
* Preferences
|
|
6177
6191
|
* @description Preferences that the user can set to customize their experience.
|
|
@@ -6554,7 +6568,7 @@ export interface components {
|
|
|
6554
6568
|
* Dynamic Behavior Sets
|
|
6555
6569
|
* @description The retrieved dynamic behavior sets.
|
|
6556
6570
|
*/
|
|
6557
|
-
dynamic_behavior_sets: components["schemas"]["
|
|
6571
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6558
6572
|
/**
|
|
6559
6573
|
* Has More
|
|
6560
6574
|
* @description Whether there are more dynamic behavior sets to retrieve.
|
|
@@ -6571,34 +6585,8 @@ export interface components {
|
|
|
6571
6585
|
* retrieved. */
|
|
6572
6586
|
filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
|
|
6573
6587
|
};
|
|
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
|
-
};
|
|
6600
6588
|
/** DynamicBehaviorSetInstance */
|
|
6601
|
-
|
|
6589
|
+
dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
|
|
6602
6590
|
/** Id */
|
|
6603
6591
|
id: string;
|
|
6604
6592
|
/** Name */
|
|
@@ -6624,6 +6612,32 @@ export interface components {
|
|
|
6624
6612
|
updated_at: string;
|
|
6625
6613
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
6626
6614
|
};
|
|
6615
|
+
/** FilterValues */
|
|
6616
|
+
dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
|
|
6617
|
+
/**
|
|
6618
|
+
* Applied To Services Ids
|
|
6619
|
+
* @description A set of service IDs that have dynamic behavior sets applied to the service.
|
|
6620
|
+
*/
|
|
6621
|
+
applied_to_services_ids: string[];
|
|
6622
|
+
/**
|
|
6623
|
+
* Creators
|
|
6624
|
+
* @description A set of creator infos that created the dynamic behavior sets under the current filters.
|
|
6625
|
+
*/
|
|
6626
|
+
creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
|
|
6627
|
+
/**
|
|
6628
|
+
* Tags
|
|
6629
|
+
* @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
|
|
6630
|
+
*/
|
|
6631
|
+
tags: string[];
|
|
6632
|
+
};
|
|
6633
|
+
/** Response */
|
|
6634
|
+
dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
|
|
6635
|
+
/**
|
|
6636
|
+
* Dynamic Behavior Sets
|
|
6637
|
+
* @description The retrieved dynamic behavior sets.
|
|
6638
|
+
*/
|
|
6639
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6640
|
+
};
|
|
6627
6641
|
/** Request */
|
|
6628
6642
|
dynamic_behavior_set__update_dynamic_behavior_set__Request: {
|
|
6629
6643
|
/** @description The name of the dynamic behavior set. */
|
|
@@ -6948,7 +6962,7 @@ export interface components {
|
|
|
6948
6962
|
* User Dimensions
|
|
6949
6963
|
* @description User dimensions for the organization.
|
|
6950
6964
|
*/
|
|
6951
|
-
user_dimensions: components["schemas"]["
|
|
6965
|
+
user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
|
|
6952
6966
|
/**
|
|
6953
6967
|
* Logo
|
|
6954
6968
|
* Format: base64
|
|
@@ -7018,12 +7032,6 @@ export interface components {
|
|
|
7018
7032
|
/** Timezone */
|
|
7019
7033
|
timezone?: ("Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Coyhaique" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | "localtime") | null;
|
|
7020
7034
|
};
|
|
7021
|
-
/** UserDimension */
|
|
7022
|
-
organization__create_organization__Request__UserDimension: {
|
|
7023
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7024
|
-
/** Tags */
|
|
7025
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7026
|
-
};
|
|
7027
7035
|
/** Response */
|
|
7028
7036
|
organization__create_organization__Response: {
|
|
7029
7037
|
/**
|
|
@@ -7087,7 +7095,7 @@ export interface components {
|
|
|
7087
7095
|
global_boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7088
7096
|
};
|
|
7089
7097
|
/** ExitCondition */
|
|
7090
|
-
|
|
7098
|
+
organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition: {
|
|
7091
7099
|
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7092
7100
|
/** Next State */
|
|
7093
7101
|
next_state: components["schemas"]["StateOrRefName"] | [
|
|
@@ -7375,7 +7383,7 @@ export interface components {
|
|
|
7375
7383
|
* User Dimensions
|
|
7376
7384
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7377
7385
|
*/
|
|
7378
|
-
user_dimensions?: components["schemas"]["
|
|
7386
|
+
user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
|
|
7379
7387
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7380
7388
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7381
7389
|
/**
|
|
@@ -7409,6 +7417,12 @@ export interface components {
|
|
|
7409
7417
|
/** Timezone */
|
|
7410
7418
|
timezone?: ("Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Coyhaique" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | "localtime") | null;
|
|
7411
7419
|
};
|
|
7420
|
+
/** UserDimension */
|
|
7421
|
+
organization__modify_organization__Request__UserDimension: {
|
|
7422
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7423
|
+
/** Tags */
|
|
7424
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7425
|
+
};
|
|
7412
7426
|
/** Request */
|
|
7413
7427
|
role__assign_role__Request: {
|
|
7414
7428
|
/**
|
|
@@ -7435,7 +7449,7 @@ export interface components {
|
|
|
7435
7449
|
* Permission Grants
|
|
7436
7450
|
* @description A list of permission grants associated with this role.
|
|
7437
7451
|
*/
|
|
7438
|
-
permission_grants: components["schemas"]["
|
|
7452
|
+
permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
|
|
7439
7453
|
/** @description The frontend view for users of this role. */
|
|
7440
7454
|
frontend_view: components["schemas"]["FrontendView"];
|
|
7441
7455
|
/**
|
|
@@ -7449,6 +7463,25 @@ export interface components {
|
|
|
7449
7463
|
*/
|
|
7450
7464
|
inherited_from: string | null;
|
|
7451
7465
|
};
|
|
7466
|
+
/** PermissionGrant */
|
|
7467
|
+
role__create_role__Request__PermissionGrant: {
|
|
7468
|
+
/**
|
|
7469
|
+
* Action
|
|
7470
|
+
* @description Whether this grant allows or denies the specified access.
|
|
7471
|
+
* @enum {string}
|
|
7472
|
+
*/
|
|
7473
|
+
action: "Allow" | "Deny";
|
|
7474
|
+
/** Permission Name */
|
|
7475
|
+
permission_name: string;
|
|
7476
|
+
/**
|
|
7477
|
+
* Conditions
|
|
7478
|
+
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7479
|
+
*/
|
|
7480
|
+
conditions: {
|
|
7481
|
+
[key: string]: components["schemas"]["Condition"];
|
|
7482
|
+
};
|
|
7483
|
+
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7484
|
+
};
|
|
7452
7485
|
/** Response */
|
|
7453
7486
|
role__create_role__Response: {
|
|
7454
7487
|
/**
|
|
@@ -7473,7 +7506,7 @@ export interface components {
|
|
|
7473
7506
|
* Permission Grants
|
|
7474
7507
|
* @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
|
|
7475
7508
|
*/
|
|
7476
|
-
permission_grants?: components["schemas"]["
|
|
7509
|
+
permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
|
|
7477
7510
|
/** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
|
|
7478
7511
|
frontend_view?: components["schemas"]["FrontendView"] | null;
|
|
7479
7512
|
/**
|
|
@@ -7483,25 +7516,6 @@ export interface components {
|
|
|
7483
7516
|
*/
|
|
7484
7517
|
inherited_from?: string | components["schemas"]["_NotSet"] | null;
|
|
7485
7518
|
};
|
|
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
7519
|
/** Response */
|
|
7506
7520
|
role__modify_role__Response: {
|
|
7507
7521
|
/**
|
|
@@ -7533,7 +7547,7 @@ export interface components {
|
|
|
7533
7547
|
is_active: boolean;
|
|
7534
7548
|
/** @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
7549
|
* latest agent and state machine versions with no model preference. */
|
|
7536
|
-
release_version_set?: components["schemas"]["
|
|
7550
|
+
release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
|
|
7537
7551
|
/**
|
|
7538
7552
|
* Tags
|
|
7539
7553
|
* @description The tags of this service.
|
|
@@ -7542,23 +7556,6 @@ export interface components {
|
|
|
7542
7556
|
[key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
|
|
7543
7557
|
};
|
|
7544
7558
|
};
|
|
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__create_service__Request__VersionSet__LLMLoadBalancingSetConfig"];
|
|
7560
|
-
};
|
|
7561
|
-
};
|
|
7562
7559
|
/** LLMConfig */
|
|
7563
7560
|
service__create_service__Request__VersionSet__LLMConfig: {
|
|
7564
7561
|
llm_name: components["schemas"]["LLMType"];
|
|
@@ -7578,14 +7575,6 @@ export interface components {
|
|
|
7578
7575
|
*/
|
|
7579
7576
|
top_k: number;
|
|
7580
7577
|
};
|
|
7581
|
-
/** LLMLoadBalancingSetConfig */
|
|
7582
|
-
service__create_service__Request__VersionSet__LLMLoadBalancingSetConfig: {
|
|
7583
|
-
llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
|
|
7584
|
-
/** Configs */
|
|
7585
|
-
configs: {
|
|
7586
|
-
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
7587
|
-
};
|
|
7588
|
-
};
|
|
7589
7578
|
/** Response */
|
|
7590
7579
|
service__create_service__Response: {
|
|
7591
7580
|
/**
|
|
@@ -7661,7 +7650,32 @@ export interface components {
|
|
|
7661
7650
|
/** Request */
|
|
7662
7651
|
service__upsert_service_version_set__Request: {
|
|
7663
7652
|
/** @description The version set to upsert. */
|
|
7664
|
-
version_set: components["schemas"]["
|
|
7653
|
+
version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
|
|
7654
|
+
};
|
|
7655
|
+
/** VersionSet */
|
|
7656
|
+
service__upsert_service_version_set__Request__VersionSet: {
|
|
7657
|
+
/**
|
|
7658
|
+
* Agent Version Number
|
|
7659
|
+
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
7660
|
+
*/
|
|
7661
|
+
agent_version_number: number | null;
|
|
7662
|
+
/**
|
|
7663
|
+
* Service Hierarchical State Machine Version Number
|
|
7664
|
+
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
7665
|
+
*/
|
|
7666
|
+
service_hierarchical_state_machine_version_number: number | null;
|
|
7667
|
+
/** Llm Model Preferences */
|
|
7668
|
+
llm_model_preferences: {
|
|
7669
|
+
[key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig"];
|
|
7670
|
+
};
|
|
7671
|
+
};
|
|
7672
|
+
/** LLMLoadBalancingSetConfig */
|
|
7673
|
+
service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig: {
|
|
7674
|
+
llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
|
|
7675
|
+
/** Configs */
|
|
7676
|
+
configs: {
|
|
7677
|
+
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
7678
|
+
};
|
|
7665
7679
|
};
|
|
7666
7680
|
/** Request */
|
|
7667
7681
|
simulation__create_simulation_persona__Request: {
|
|
@@ -7992,7 +8006,7 @@ export interface components {
|
|
|
7992
8006
|
* Simulation Scenarios
|
|
7993
8007
|
* @description The list of simulation scenarios.
|
|
7994
8008
|
*/
|
|
7995
|
-
simulation_scenarios: components["schemas"]["
|
|
8009
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
7996
8010
|
/**
|
|
7997
8011
|
* Has More
|
|
7998
8012
|
* @description Whether there are more simulation scenarios to fetch.
|
|
@@ -8022,47 +8036,6 @@ export interface components {
|
|
|
8022
8036
|
*/
|
|
8023
8037
|
tags: string[];
|
|
8024
8038
|
};
|
|
8025
|
-
/** SimulationScenarioInstance */
|
|
8026
|
-
simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8027
|
-
/**
|
|
8028
|
-
* Id
|
|
8029
|
-
* @description The ID of the simulation scenario.
|
|
8030
|
-
*/
|
|
8031
|
-
id: string;
|
|
8032
|
-
/**
|
|
8033
|
-
* Name
|
|
8034
|
-
* @description The name of the simulation scenario.
|
|
8035
|
-
*/
|
|
8036
|
-
name: string;
|
|
8037
|
-
/**
|
|
8038
|
-
* Tags
|
|
8039
|
-
* @description The tags of the simulation scenario.
|
|
8040
|
-
*/
|
|
8041
|
-
tags: {
|
|
8042
|
-
[key: string]: string | null;
|
|
8043
|
-
};
|
|
8044
|
-
/**
|
|
8045
|
-
* Is Deleted
|
|
8046
|
-
* @description Whether the simulation scenario is deleted.
|
|
8047
|
-
*/
|
|
8048
|
-
is_deleted: boolean;
|
|
8049
|
-
/**
|
|
8050
|
-
* Created At
|
|
8051
|
-
* Format: date-time
|
|
8052
|
-
* @description The timestamp when the simulation scenario was created.
|
|
8053
|
-
*/
|
|
8054
|
-
created_at: string;
|
|
8055
|
-
/** @description The user who created the simulation scenario. */
|
|
8056
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8057
|
-
/**
|
|
8058
|
-
* Updated At
|
|
8059
|
-
* Format: date-time
|
|
8060
|
-
* @description The timestamp when the simulation scenario was last updated.
|
|
8061
|
-
*/
|
|
8062
|
-
updated_at: string;
|
|
8063
|
-
/** @description The user who last updated the simulation scenario. */
|
|
8064
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8065
|
-
};
|
|
8066
8039
|
/** Response */
|
|
8067
8040
|
simulation__get_simulation_unit_test_set_run_artifacts__Response: {
|
|
8068
8041
|
/**
|
|
@@ -8275,7 +8248,48 @@ export interface components {
|
|
|
8275
8248
|
* Simulation Scenarios
|
|
8276
8249
|
* @description The list of simulation scenarios.
|
|
8277
8250
|
*/
|
|
8278
|
-
simulation_scenarios: components["schemas"]["
|
|
8251
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8252
|
+
};
|
|
8253
|
+
/** SimulationScenarioInstance */
|
|
8254
|
+
simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8255
|
+
/**
|
|
8256
|
+
* Id
|
|
8257
|
+
* @description The ID of the simulation scenario.
|
|
8258
|
+
*/
|
|
8259
|
+
id: string;
|
|
8260
|
+
/**
|
|
8261
|
+
* Name
|
|
8262
|
+
* @description The name of the simulation scenario.
|
|
8263
|
+
*/
|
|
8264
|
+
name: string;
|
|
8265
|
+
/**
|
|
8266
|
+
* Tags
|
|
8267
|
+
* @description The tags of the simulation scenario.
|
|
8268
|
+
*/
|
|
8269
|
+
tags: {
|
|
8270
|
+
[key: string]: string | null;
|
|
8271
|
+
};
|
|
8272
|
+
/**
|
|
8273
|
+
* Is Deleted
|
|
8274
|
+
* @description Whether the simulation scenario is deleted.
|
|
8275
|
+
*/
|
|
8276
|
+
is_deleted: boolean;
|
|
8277
|
+
/**
|
|
8278
|
+
* Created At
|
|
8279
|
+
* Format: date-time
|
|
8280
|
+
* @description The timestamp when the simulation scenario was created.
|
|
8281
|
+
*/
|
|
8282
|
+
created_at: string;
|
|
8283
|
+
/** @description The user who created the simulation scenario. */
|
|
8284
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8285
|
+
/**
|
|
8286
|
+
* Updated At
|
|
8287
|
+
* Format: date-time
|
|
8288
|
+
* @description The timestamp when the simulation scenario was last updated.
|
|
8289
|
+
*/
|
|
8290
|
+
updated_at: string;
|
|
8291
|
+
/** @description The user who last updated the simulation scenario. */
|
|
8292
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8279
8293
|
};
|
|
8280
8294
|
/** Response */
|
|
8281
8295
|
simulation__search_simulation_unit_test_set__Response: {
|
|
@@ -8418,7 +8432,7 @@ export interface components {
|
|
|
8418
8432
|
* Tool Invocations
|
|
8419
8433
|
* @description The list of tool invocations.
|
|
8420
8434
|
*/
|
|
8421
|
-
tool_invocations: components["schemas"]["
|
|
8435
|
+
tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8422
8436
|
/**
|
|
8423
8437
|
* Has More
|
|
8424
8438
|
* @description Whether there are more tool invocations to retrieve.
|
|
@@ -8430,6 +8444,47 @@ export interface components {
|
|
|
8430
8444
|
*/
|
|
8431
8445
|
continuation_token: unknown | null;
|
|
8432
8446
|
};
|
|
8447
|
+
/** ToolInvocationInstance */
|
|
8448
|
+
tool__get_tool_invocations__Response__ToolInvocationInstance: {
|
|
8449
|
+
/**
|
|
8450
|
+
* Id
|
|
8451
|
+
* @description The ID of the tool invocation.
|
|
8452
|
+
*/
|
|
8453
|
+
id: string;
|
|
8454
|
+
/**
|
|
8455
|
+
* Org Id
|
|
8456
|
+
* @description The ID of the organization.
|
|
8457
|
+
*/
|
|
8458
|
+
org_id: string;
|
|
8459
|
+
/**
|
|
8460
|
+
* Created At
|
|
8461
|
+
* Format: date-time
|
|
8462
|
+
*/
|
|
8463
|
+
created_at?: string;
|
|
8464
|
+
/**
|
|
8465
|
+
* Updated At
|
|
8466
|
+
* Format: date-time
|
|
8467
|
+
*/
|
|
8468
|
+
updated_at?: string;
|
|
8469
|
+
/** @description The status of the tool invocation. */
|
|
8470
|
+
invocation_status: components["schemas"]["InvocationStatus"];
|
|
8471
|
+
/** @description The source of the tool invocation. */
|
|
8472
|
+
invocation_source: components["schemas"]["InvocationSource"];
|
|
8473
|
+
/** Logs */
|
|
8474
|
+
logs: string[];
|
|
8475
|
+
/**
|
|
8476
|
+
* Duration Ms
|
|
8477
|
+
* @description The duration of the tool invocation in milliseconds.
|
|
8478
|
+
*/
|
|
8479
|
+
duration_ms: number;
|
|
8480
|
+
/**
|
|
8481
|
+
* Tool Id
|
|
8482
|
+
* @description The ID of the tool that was invoked.
|
|
8483
|
+
*/
|
|
8484
|
+
tool_id: string;
|
|
8485
|
+
/** @description The version of the tool that was invoked. */
|
|
8486
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
8487
|
+
};
|
|
8433
8488
|
/** Response */
|
|
8434
8489
|
tool__get_tool_versions__Response: {
|
|
8435
8490
|
/**
|
|
@@ -8570,48 +8625,7 @@ export interface components {
|
|
|
8570
8625
|
* Tool Invocations
|
|
8571
8626
|
* @description The list of tool invocations.
|
|
8572
8627
|
*/
|
|
8573
|
-
tool_invocations: components["schemas"]["
|
|
8574
|
-
};
|
|
8575
|
-
/** ToolInvocationInstance */
|
|
8576
|
-
tool__search_tool_invocations__Response__ToolInvocationInstance: {
|
|
8577
|
-
/**
|
|
8578
|
-
* Id
|
|
8579
|
-
* @description The ID of the tool invocation.
|
|
8580
|
-
*/
|
|
8581
|
-
id: string;
|
|
8582
|
-
/**
|
|
8583
|
-
* Org Id
|
|
8584
|
-
* @description The ID of the organization.
|
|
8585
|
-
*/
|
|
8586
|
-
org_id: string;
|
|
8587
|
-
/**
|
|
8588
|
-
* Created At
|
|
8589
|
-
* Format: date-time
|
|
8590
|
-
*/
|
|
8591
|
-
created_at?: string;
|
|
8592
|
-
/**
|
|
8593
|
-
* Updated At
|
|
8594
|
-
* Format: date-time
|
|
8595
|
-
*/
|
|
8596
|
-
updated_at?: string;
|
|
8597
|
-
/** @description The status of the tool invocation. */
|
|
8598
|
-
invocation_status: components["schemas"]["InvocationStatus"];
|
|
8599
|
-
/** @description The source of the tool invocation. */
|
|
8600
|
-
invocation_source: components["schemas"]["InvocationSource"];
|
|
8601
|
-
/** Logs */
|
|
8602
|
-
logs: string[];
|
|
8603
|
-
/**
|
|
8604
|
-
* Duration Ms
|
|
8605
|
-
* @description The duration of the tool invocation in milliseconds.
|
|
8606
|
-
*/
|
|
8607
|
-
duration_ms: number;
|
|
8608
|
-
/**
|
|
8609
|
-
* Tool Id
|
|
8610
|
-
* @description The ID of the tool that was invoked.
|
|
8611
|
-
*/
|
|
8612
|
-
tool_id: string;
|
|
8613
|
-
/** @description The version of the tool that was invoked. */
|
|
8614
|
-
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
8628
|
+
tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8615
8629
|
};
|
|
8616
8630
|
/** Request */
|
|
8617
8631
|
tool__test_tool__Request: {
|