@amigo-ai/sdk 0.65.0 → 0.67.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 +121 -148
- package/package.json +1 -1
|
@@ -3432,7 +3432,7 @@ export interface components {
|
|
|
3432
3432
|
* Tags
|
|
3433
3433
|
* @description The tags of the metric.
|
|
3434
3434
|
*/
|
|
3435
|
-
tags: components["schemas"]["
|
|
3435
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3436
3436
|
/** @description The user who created the metric. */
|
|
3437
3437
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3438
3438
|
/** @description The user who last updated the metric. */
|
|
@@ -3537,7 +3537,7 @@ export interface components {
|
|
|
3537
3537
|
* Tags
|
|
3538
3538
|
* @description The tags of the metric.
|
|
3539
3539
|
*/
|
|
3540
|
-
tags: components["schemas"]["
|
|
3540
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3541
3541
|
/** @description The user who created the metric. */
|
|
3542
3542
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3543
3543
|
/** @description The user who last updated the metric. */
|
|
@@ -4226,18 +4226,6 @@ export interface components {
|
|
|
4226
4226
|
* @description The permission grants given to the role. Only returned if the `return_permission_grants` query parameter is True.
|
|
4227
4227
|
*/
|
|
4228
4228
|
permission_grants: components["schemas"]["amigo_lib__mongo__collections__role__Role__PermissionGrant"][];
|
|
4229
|
-
/**
|
|
4230
|
-
* Inherited From
|
|
4231
|
-
* @deprecated
|
|
4232
|
-
* @description The ID of the role that this role inherits from. Only returned if the role inherits from another role.
|
|
4233
|
-
*/
|
|
4234
|
-
inherited_from: string | null;
|
|
4235
|
-
/**
|
|
4236
|
-
* Is Base Role
|
|
4237
|
-
* @deprecated
|
|
4238
|
-
* @description Whether this role is a base role. Base roles cannot inherit from other roles. One can only inherit from base roles.
|
|
4239
|
-
*/
|
|
4240
|
-
is_base_role: boolean;
|
|
4241
4229
|
};
|
|
4242
4230
|
SelectDynamicBehaviorAgentActionEvent: components["schemas"]["SelectDynamicBehaviorVectorGeneratedEvent"] | components["schemas"]["SelectDynamicBehaviorRelevanceRetrievalCompletedEvent"] | components["schemas"]["SelectDynamicBehaviorCompletedEvent"];
|
|
4243
4231
|
/** SelectDynamicBehaviorCompletedEvent */
|
|
@@ -4396,7 +4384,7 @@ export interface components {
|
|
|
4396
4384
|
* Tags
|
|
4397
4385
|
* @description The tags of the service.
|
|
4398
4386
|
*/
|
|
4399
|
-
tags: components["schemas"]["
|
|
4387
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4400
4388
|
};
|
|
4401
4389
|
/** SimulationConversationInvocationSource */
|
|
4402
4390
|
SimulationConversationInvocationSource: {
|
|
@@ -4606,7 +4594,7 @@ export interface components {
|
|
|
4606
4594
|
* Tags
|
|
4607
4595
|
* @description The tags of the simulation persona.
|
|
4608
4596
|
*/
|
|
4609
|
-
tags: components["schemas"]["
|
|
4597
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4610
4598
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4611
4599
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4612
4600
|
};
|
|
@@ -4678,7 +4666,7 @@ export interface components {
|
|
|
4678
4666
|
* Tags
|
|
4679
4667
|
* @description The tags of the simulation persona.
|
|
4680
4668
|
*/
|
|
4681
|
-
tags: components["schemas"]["
|
|
4669
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4682
4670
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4683
4671
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4684
4672
|
};
|
|
@@ -4733,7 +4721,7 @@ export interface components {
|
|
|
4733
4721
|
* Tags
|
|
4734
4722
|
* @description The tags of the simulation unit test set.
|
|
4735
4723
|
*/
|
|
4736
|
-
tags: components["schemas"]["
|
|
4724
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4737
4725
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4738
4726
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4739
4727
|
};
|
|
@@ -4785,7 +4773,7 @@ export interface components {
|
|
|
4785
4773
|
* Tags
|
|
4786
4774
|
* @description The tags of the simulation unit test set.
|
|
4787
4775
|
*/
|
|
4788
|
-
tags: components["schemas"]["
|
|
4776
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4789
4777
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4790
4778
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4791
4779
|
};
|
|
@@ -5247,7 +5235,7 @@ export interface components {
|
|
|
5247
5235
|
* Tags
|
|
5248
5236
|
* @description The tags of the simulation persona.
|
|
5249
5237
|
*/
|
|
5250
|
-
tags: components["schemas"]["
|
|
5238
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
5251
5239
|
};
|
|
5252
5240
|
/** ToolVersionInstance */
|
|
5253
5241
|
ToolVersionInstance: {
|
|
@@ -5277,7 +5265,7 @@ export interface components {
|
|
|
5277
5265
|
*/
|
|
5278
5266
|
tool_id: string;
|
|
5279
5267
|
/** @description The version of the tool. */
|
|
5280
|
-
version: components["schemas"]["
|
|
5268
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
5281
5269
|
/**
|
|
5282
5270
|
* Required Envvars
|
|
5283
5271
|
* @description The environment variables that are required to run the tool.
|
|
@@ -5494,16 +5482,6 @@ export interface components {
|
|
|
5494
5482
|
* @enum {string}
|
|
5495
5483
|
*/
|
|
5496
5484
|
type: "mp3";
|
|
5497
|
-
/**
|
|
5498
|
-
* Sample Rate
|
|
5499
|
-
* @enum {integer}
|
|
5500
|
-
*/
|
|
5501
|
-
sample_rate: 22050 | 44100;
|
|
5502
|
-
/**
|
|
5503
|
-
* Sample Width
|
|
5504
|
-
* @enum {integer}
|
|
5505
|
-
*/
|
|
5506
|
-
sample_width: 4 | 8;
|
|
5507
5485
|
};
|
|
5508
5486
|
/** VoiceResponsePCMAudioFormat */
|
|
5509
5487
|
VoiceResponsePCMAudioFormat: {
|
|
@@ -5512,11 +5490,6 @@ export interface components {
|
|
|
5512
5490
|
* @enum {string}
|
|
5513
5491
|
*/
|
|
5514
5492
|
type: "pcm";
|
|
5515
|
-
/**
|
|
5516
|
-
* Sample Rate
|
|
5517
|
-
* @enum {integer}
|
|
5518
|
-
*/
|
|
5519
|
-
sample_rate: 8000 | 16000 | 44100;
|
|
5520
5493
|
};
|
|
5521
5494
|
/** WebhookDeliveryInstance */
|
|
5522
5495
|
WebhookDeliveryInstance: {
|
|
@@ -5904,13 +5877,6 @@ export interface components {
|
|
|
5904
5877
|
metric_id: string;
|
|
5905
5878
|
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
5906
5879
|
};
|
|
5907
|
-
/** Tag */
|
|
5908
|
-
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
|
|
5909
|
-
/** Key */
|
|
5910
|
-
key: string;
|
|
5911
|
-
/** Value */
|
|
5912
|
-
value: string | null;
|
|
5913
|
-
};
|
|
5914
5880
|
/** UserInfo */
|
|
5915
5881
|
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
|
|
5916
5882
|
/** Org Id */
|
|
@@ -5953,6 +5919,22 @@ export interface components {
|
|
|
5953
5919
|
/** User Id */
|
|
5954
5920
|
user_id: string;
|
|
5955
5921
|
};
|
|
5922
|
+
/** Tag */
|
|
5923
|
+
amigo_lib__mongo__collections__tool__Tool__Tag: {
|
|
5924
|
+
/** Key */
|
|
5925
|
+
key: string;
|
|
5926
|
+
/** Value */
|
|
5927
|
+
value: string | null;
|
|
5928
|
+
};
|
|
5929
|
+
/** Version */
|
|
5930
|
+
amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
|
|
5931
|
+
/** Major */
|
|
5932
|
+
major: number;
|
|
5933
|
+
/** Minor */
|
|
5934
|
+
minor: number;
|
|
5935
|
+
/** Patch */
|
|
5936
|
+
patch: number;
|
|
5937
|
+
};
|
|
5956
5938
|
/** UserInfo */
|
|
5957
5939
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
5958
5940
|
/**
|
|
@@ -5966,15 +5948,6 @@ export interface components {
|
|
|
5966
5948
|
*/
|
|
5967
5949
|
user_org_id: string;
|
|
5968
5950
|
};
|
|
5969
|
-
/** Version */
|
|
5970
|
-
amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
|
|
5971
|
-
/** Major */
|
|
5972
|
-
major: number;
|
|
5973
|
-
/** Minor */
|
|
5974
|
-
minor: number;
|
|
5975
|
-
/** Patch */
|
|
5976
|
-
patch: number;
|
|
5977
|
-
};
|
|
5978
5951
|
/**
|
|
5979
5952
|
* Preferences
|
|
5980
5953
|
* @description Preferences that the user can set to customize their experience.
|
|
@@ -6278,7 +6251,7 @@ export interface components {
|
|
|
6278
6251
|
* Actions
|
|
6279
6252
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6280
6253
|
*/
|
|
6281
|
-
actions: (components["schemas"]["
|
|
6254
|
+
actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction"])[];
|
|
6282
6255
|
};
|
|
6283
6256
|
/** ChangeToolCandidatesAction */
|
|
6284
6257
|
dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction: {
|
|
@@ -6329,6 +6302,20 @@ export interface components {
|
|
|
6329
6302
|
* the context of the dynamic behavior. */
|
|
6330
6303
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6331
6304
|
};
|
|
6305
|
+
/** InjectInstructionAction */
|
|
6306
|
+
dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction: {
|
|
6307
|
+
/**
|
|
6308
|
+
* @description discriminator enum property added by openapi-typescript
|
|
6309
|
+
* @enum {string}
|
|
6310
|
+
*/
|
|
6311
|
+
type: "dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction";
|
|
6312
|
+
instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6313
|
+
/**
|
|
6314
|
+
* Overrides Instructions
|
|
6315
|
+
* @description During injection, whether the original instruction of the state is overriden with this instruction.
|
|
6316
|
+
*/
|
|
6317
|
+
overrides_instructions: boolean;
|
|
6318
|
+
};
|
|
6332
6319
|
/** Response */
|
|
6333
6320
|
dynamic_behavior_set__create_dynamic_behavior_set__Response: {
|
|
6334
6321
|
/**
|
|
@@ -6348,7 +6335,7 @@ export interface components {
|
|
|
6348
6335
|
* Actions
|
|
6349
6336
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6350
6337
|
*/
|
|
6351
|
-
actions: (components["schemas"]["
|
|
6338
|
+
actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction"])[];
|
|
6352
6339
|
};
|
|
6353
6340
|
/** ChangeToolCandidatesAction */
|
|
6354
6341
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction: {
|
|
@@ -6399,20 +6386,6 @@ export interface components {
|
|
|
6399
6386
|
* the context of the dynamic behavior. */
|
|
6400
6387
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6401
6388
|
};
|
|
6402
|
-
/** InjectInstructionAction */
|
|
6403
|
-
dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction: {
|
|
6404
|
-
/**
|
|
6405
|
-
* @description discriminator enum property added by openapi-typescript
|
|
6406
|
-
* @enum {string}
|
|
6407
|
-
*/
|
|
6408
|
-
type: "dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction";
|
|
6409
|
-
instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6410
|
-
/**
|
|
6411
|
-
* Overrides Instructions
|
|
6412
|
-
* @description During injection, whether the original instruction of the state is overriden with this instruction.
|
|
6413
|
-
*/
|
|
6414
|
-
overrides_instructions: boolean;
|
|
6415
|
-
};
|
|
6416
6389
|
/** Response */
|
|
6417
6390
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
|
|
6418
6391
|
/**
|
|
@@ -6857,7 +6830,7 @@ export interface components {
|
|
|
6857
6830
|
* User Dimensions
|
|
6858
6831
|
* @description User dimensions for the organization.
|
|
6859
6832
|
*/
|
|
6860
|
-
user_dimensions: components["schemas"]["
|
|
6833
|
+
user_dimensions: components["schemas"]["organization__create_organization__Request__UserDimension"][];
|
|
6861
6834
|
/**
|
|
6862
6835
|
* Logo
|
|
6863
6836
|
* Format: base64
|
|
@@ -6934,6 +6907,12 @@ export interface components {
|
|
|
6934
6907
|
*/
|
|
6935
6908
|
audio_keyterms?: string[];
|
|
6936
6909
|
};
|
|
6910
|
+
/** UserDimension */
|
|
6911
|
+
organization__create_organization__Request__UserDimension: {
|
|
6912
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6913
|
+
/** Tags */
|
|
6914
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6915
|
+
};
|
|
6937
6916
|
/** Response */
|
|
6938
6917
|
organization__create_organization__Response: {
|
|
6939
6918
|
/**
|
|
@@ -7300,7 +7279,7 @@ export interface components {
|
|
|
7300
7279
|
* User Dimensions
|
|
7301
7280
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7302
7281
|
*/
|
|
7303
|
-
user_dimensions?: components["schemas"]["
|
|
7282
|
+
user_dimensions?: components["schemas"]["organization__create_organization__Request__UserDimension"][] | null;
|
|
7304
7283
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7305
7284
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7306
7285
|
/**
|
|
@@ -7340,12 +7319,6 @@ export interface components {
|
|
|
7340
7319
|
*/
|
|
7341
7320
|
audio_keyterms?: string[];
|
|
7342
7321
|
};
|
|
7343
|
-
/** UserDimension */
|
|
7344
|
-
organization__modify_organization__Request__UserDimension: {
|
|
7345
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7346
|
-
/** Tags */
|
|
7347
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7348
|
-
};
|
|
7349
7322
|
/** Request */
|
|
7350
7323
|
role__assign_role__Request: {
|
|
7351
7324
|
/**
|
|
@@ -7454,7 +7427,7 @@ export interface components {
|
|
|
7454
7427
|
is_active: boolean;
|
|
7455
7428
|
/** @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
|
|
7456
7429
|
* latest agent and state machine versions with no model preference. */
|
|
7457
|
-
release_version_set?: components["schemas"]["
|
|
7430
|
+
release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
|
|
7458
7431
|
/**
|
|
7459
7432
|
* Keyterms
|
|
7460
7433
|
* @description A list of keyterms that are easy to get wrong during audio transcriptions that tend to occur commonly in audio sessions using this service.
|
|
@@ -7469,16 +7442,21 @@ export interface components {
|
|
|
7469
7442
|
[key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
|
|
7470
7443
|
};
|
|
7471
7444
|
};
|
|
7472
|
-
/**
|
|
7473
|
-
|
|
7474
|
-
llm_name: components["schemas"]["LLMType"];
|
|
7445
|
+
/** VersionSet */
|
|
7446
|
+
service__create_service__Request__VersionSet: {
|
|
7475
7447
|
/**
|
|
7476
|
-
*
|
|
7477
|
-
* @description
|
|
7478
|
-
* @default {}
|
|
7448
|
+
* Agent Version Number
|
|
7449
|
+
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
7479
7450
|
*/
|
|
7480
|
-
|
|
7481
|
-
|
|
7451
|
+
agent_version_number: number | null;
|
|
7452
|
+
/**
|
|
7453
|
+
* Service Hierarchical State Machine Version Number
|
|
7454
|
+
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
7455
|
+
*/
|
|
7456
|
+
service_hierarchical_state_machine_version_number: number | null;
|
|
7457
|
+
/** Llm Model Preferences */
|
|
7458
|
+
llm_model_preferences: {
|
|
7459
|
+
[key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
|
|
7482
7460
|
};
|
|
7483
7461
|
};
|
|
7484
7462
|
/** Response */
|
|
@@ -7561,23 +7539,18 @@ export interface components {
|
|
|
7561
7539
|
/** Request */
|
|
7562
7540
|
service__upsert_service_version_set__Request: {
|
|
7563
7541
|
/** @description The version set to upsert. */
|
|
7564
|
-
version_set: components["schemas"]["
|
|
7542
|
+
version_set: components["schemas"]["service__create_service__Request__VersionSet"];
|
|
7565
7543
|
};
|
|
7566
|
-
/**
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
* Agent Version Number
|
|
7570
|
-
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
7571
|
-
*/
|
|
7572
|
-
agent_version_number: number | null;
|
|
7544
|
+
/** LLMConfig */
|
|
7545
|
+
service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
|
|
7546
|
+
llm_name: components["schemas"]["LLMType"];
|
|
7573
7547
|
/**
|
|
7574
|
-
*
|
|
7575
|
-
* @description
|
|
7548
|
+
* Params
|
|
7549
|
+
* @description LLM-specific parameters to use.
|
|
7550
|
+
* @default {}
|
|
7576
7551
|
*/
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
-
llm_model_preferences: {
|
|
7580
|
-
[key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
|
|
7552
|
+
params?: {
|
|
7553
|
+
[key: string]: unknown;
|
|
7581
7554
|
};
|
|
7582
7555
|
};
|
|
7583
7556
|
/** Request */
|
|
@@ -7850,7 +7823,7 @@ export interface components {
|
|
|
7850
7823
|
* Simulation Personas
|
|
7851
7824
|
* @description The list of simulation personas.
|
|
7852
7825
|
*/
|
|
7853
|
-
simulation_personas: components["schemas"]["
|
|
7826
|
+
simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
7854
7827
|
/**
|
|
7855
7828
|
* Has More
|
|
7856
7829
|
* @description Whether there are more simulation personas to fetch.
|
|
@@ -7885,52 +7858,6 @@ export interface components {
|
|
|
7885
7858
|
*/
|
|
7886
7859
|
roles: string[];
|
|
7887
7860
|
};
|
|
7888
|
-
/** SimulationPersonaInstance */
|
|
7889
|
-
simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
|
|
7890
|
-
/**
|
|
7891
|
-
* Id
|
|
7892
|
-
* @description The ID of the simulation persona.
|
|
7893
|
-
*/
|
|
7894
|
-
id: string;
|
|
7895
|
-
/**
|
|
7896
|
-
* Name
|
|
7897
|
-
* @description The name of the simulation persona.
|
|
7898
|
-
*/
|
|
7899
|
-
name: string;
|
|
7900
|
-
/**
|
|
7901
|
-
* Role
|
|
7902
|
-
* @description The role of the simulation persona.
|
|
7903
|
-
*/
|
|
7904
|
-
role: string;
|
|
7905
|
-
/**
|
|
7906
|
-
* Tags
|
|
7907
|
-
* @description The tags of the simulation persona.
|
|
7908
|
-
*/
|
|
7909
|
-
tags: {
|
|
7910
|
-
[key: string]: string | null;
|
|
7911
|
-
};
|
|
7912
|
-
/**
|
|
7913
|
-
* Is Deleted
|
|
7914
|
-
* @description Whether the simulation persona is deleted.
|
|
7915
|
-
*/
|
|
7916
|
-
is_deleted: boolean;
|
|
7917
|
-
/**
|
|
7918
|
-
* Created At
|
|
7919
|
-
* Format: date-time
|
|
7920
|
-
* @description The timestamp when the simulation persona was created.
|
|
7921
|
-
*/
|
|
7922
|
-
created_at: string;
|
|
7923
|
-
/** @description The user who created the simulation persona. */
|
|
7924
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
7925
|
-
/**
|
|
7926
|
-
* Updated At
|
|
7927
|
-
* Format: date-time
|
|
7928
|
-
* @description The timestamp when the simulation persona was last updated.
|
|
7929
|
-
*/
|
|
7930
|
-
updated_at: string;
|
|
7931
|
-
/** @description The user who last updated the simulation persona. */
|
|
7932
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
7933
|
-
};
|
|
7934
7861
|
/** Response */
|
|
7935
7862
|
simulation__get_simulation_scenario_versions__Response: {
|
|
7936
7863
|
/**
|
|
@@ -8184,7 +8111,53 @@ export interface components {
|
|
|
8184
8111
|
* Simulation Personas
|
|
8185
8112
|
* @description The list of simulation personas.
|
|
8186
8113
|
*/
|
|
8187
|
-
simulation_personas: components["schemas"]["
|
|
8114
|
+
simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
8115
|
+
};
|
|
8116
|
+
/** SimulationPersonaInstance */
|
|
8117
|
+
simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
|
|
8118
|
+
/**
|
|
8119
|
+
* Id
|
|
8120
|
+
* @description The ID of the simulation persona.
|
|
8121
|
+
*/
|
|
8122
|
+
id: string;
|
|
8123
|
+
/**
|
|
8124
|
+
* Name
|
|
8125
|
+
* @description The name of the simulation persona.
|
|
8126
|
+
*/
|
|
8127
|
+
name: string;
|
|
8128
|
+
/**
|
|
8129
|
+
* Role
|
|
8130
|
+
* @description The role of the simulation persona.
|
|
8131
|
+
*/
|
|
8132
|
+
role: string;
|
|
8133
|
+
/**
|
|
8134
|
+
* Tags
|
|
8135
|
+
* @description The tags of the simulation persona.
|
|
8136
|
+
*/
|
|
8137
|
+
tags: {
|
|
8138
|
+
[key: string]: string | null;
|
|
8139
|
+
};
|
|
8140
|
+
/**
|
|
8141
|
+
* Is Deleted
|
|
8142
|
+
* @description Whether the simulation persona is deleted.
|
|
8143
|
+
*/
|
|
8144
|
+
is_deleted: boolean;
|
|
8145
|
+
/**
|
|
8146
|
+
* Created At
|
|
8147
|
+
* Format: date-time
|
|
8148
|
+
* @description The timestamp when the simulation persona was created.
|
|
8149
|
+
*/
|
|
8150
|
+
created_at: string;
|
|
8151
|
+
/** @description The user who created the simulation persona. */
|
|
8152
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8153
|
+
/**
|
|
8154
|
+
* Updated At
|
|
8155
|
+
* Format: date-time
|
|
8156
|
+
* @description The timestamp when the simulation persona was last updated.
|
|
8157
|
+
*/
|
|
8158
|
+
updated_at: string;
|
|
8159
|
+
/** @description The user who last updated the simulation persona. */
|
|
8160
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8188
8161
|
};
|
|
8189
8162
|
/** Response */
|
|
8190
8163
|
simulation__search_simulation_scenarios__Response: {
|
|
@@ -8544,7 +8517,7 @@ export interface components {
|
|
|
8544
8517
|
*/
|
|
8545
8518
|
tool_id: string;
|
|
8546
8519
|
/** @description The version of the tool that was invoked. */
|
|
8547
|
-
tool_version: components["schemas"]["
|
|
8520
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
8548
8521
|
};
|
|
8549
8522
|
/** Request */
|
|
8550
8523
|
tool__test_tool__Request: {
|