@amigo-ai/sdk 0.75.0 → 0.77.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 +170 -163
- package/package.json +1 -1
|
@@ -3463,7 +3463,7 @@ export interface components {
|
|
|
3463
3463
|
* Tags
|
|
3464
3464
|
* @description The tags of the metric.
|
|
3465
3465
|
*/
|
|
3466
|
-
tags: components["schemas"]["
|
|
3466
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3467
3467
|
/** @description The user who created the metric. */
|
|
3468
3468
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3469
3469
|
/** @description The user who last updated the metric. */
|
|
@@ -3568,7 +3568,7 @@ export interface components {
|
|
|
3568
3568
|
* Tags
|
|
3569
3569
|
* @description The tags of the metric.
|
|
3570
3570
|
*/
|
|
3571
|
-
tags: components["schemas"]["
|
|
3571
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3572
3572
|
/** @description The user who created the metric. */
|
|
3573
3573
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3574
3574
|
/** @description The user who last updated the metric. */
|
|
@@ -4426,7 +4426,7 @@ export interface components {
|
|
|
4426
4426
|
* Tags
|
|
4427
4427
|
* @description The tags of the service.
|
|
4428
4428
|
*/
|
|
4429
|
-
tags: components["schemas"]["
|
|
4429
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4430
4430
|
};
|
|
4431
4431
|
/** SimulationConversationInvocationSource */
|
|
4432
4432
|
SimulationConversationInvocationSource: {
|
|
@@ -4636,7 +4636,7 @@ export interface components {
|
|
|
4636
4636
|
* Tags
|
|
4637
4637
|
* @description The tags of the simulation persona.
|
|
4638
4638
|
*/
|
|
4639
|
-
tags: components["schemas"]["
|
|
4639
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4640
4640
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4641
4641
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4642
4642
|
};
|
|
@@ -4708,7 +4708,7 @@ export interface components {
|
|
|
4708
4708
|
* Tags
|
|
4709
4709
|
* @description The tags of the simulation persona.
|
|
4710
4710
|
*/
|
|
4711
|
-
tags: components["schemas"]["
|
|
4711
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4712
4712
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4713
4713
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4714
4714
|
};
|
|
@@ -4763,7 +4763,7 @@ export interface components {
|
|
|
4763
4763
|
* Tags
|
|
4764
4764
|
* @description The tags of the simulation unit test set.
|
|
4765
4765
|
*/
|
|
4766
|
-
tags: components["schemas"]["
|
|
4766
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4767
4767
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4768
4768
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4769
4769
|
};
|
|
@@ -4815,7 +4815,7 @@ export interface components {
|
|
|
4815
4815
|
* Tags
|
|
4816
4816
|
* @description The tags of the simulation unit test set.
|
|
4817
4817
|
*/
|
|
4818
|
-
tags: components["schemas"]["
|
|
4818
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4819
4819
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4820
4820
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4821
4821
|
};
|
|
@@ -5277,7 +5277,7 @@ export interface components {
|
|
|
5277
5277
|
* Tags
|
|
5278
5278
|
* @description The tags of the simulation persona.
|
|
5279
5279
|
*/
|
|
5280
|
-
tags: components["schemas"]["
|
|
5280
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
5281
5281
|
};
|
|
5282
5282
|
/** ToolVersionInstance */
|
|
5283
5283
|
ToolVersionInstance: {
|
|
@@ -5307,7 +5307,7 @@ export interface components {
|
|
|
5307
5307
|
*/
|
|
5308
5308
|
tool_id: string;
|
|
5309
5309
|
/** @description The version of the tool. */
|
|
5310
|
-
version: components["schemas"]["
|
|
5310
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
5311
5311
|
/**
|
|
5312
5312
|
* Required Envvars
|
|
5313
5313
|
* @description The environment variables that are required to run the tool.
|
|
@@ -5909,13 +5909,6 @@ export interface components {
|
|
|
5909
5909
|
/** User Id */
|
|
5910
5910
|
user_id: string;
|
|
5911
5911
|
};
|
|
5912
|
-
/** Tag */
|
|
5913
|
-
amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__Tag: {
|
|
5914
|
-
/** Key */
|
|
5915
|
-
key: string;
|
|
5916
|
-
/** Value */
|
|
5917
|
-
value: string | null;
|
|
5918
|
-
};
|
|
5919
5912
|
/** UnitTestRunDescriptor */
|
|
5920
5913
|
amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UnitTestRunDescriptor: {
|
|
5921
5914
|
/** Unit Test Id */
|
|
@@ -5951,6 +5944,22 @@ export interface components {
|
|
|
5951
5944
|
/** User Id */
|
|
5952
5945
|
user_id: string;
|
|
5953
5946
|
};
|
|
5947
|
+
/** Tag */
|
|
5948
|
+
amigo_lib__mongo__collections__tool__Tool__Tag: {
|
|
5949
|
+
/** Key */
|
|
5950
|
+
key: string;
|
|
5951
|
+
/** Value */
|
|
5952
|
+
value: string | null;
|
|
5953
|
+
};
|
|
5954
|
+
/** Version */
|
|
5955
|
+
amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
|
|
5956
|
+
/** Major */
|
|
5957
|
+
major: number;
|
|
5958
|
+
/** Minor */
|
|
5959
|
+
minor: number;
|
|
5960
|
+
/** Patch */
|
|
5961
|
+
patch: number;
|
|
5962
|
+
};
|
|
5954
5963
|
/** UserInfo */
|
|
5955
5964
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
5956
5965
|
/**
|
|
@@ -5964,15 +5973,6 @@ export interface components {
|
|
|
5964
5973
|
*/
|
|
5965
5974
|
user_org_id: string;
|
|
5966
5975
|
};
|
|
5967
|
-
/** Version */
|
|
5968
|
-
amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
|
|
5969
|
-
/** Major */
|
|
5970
|
-
major: number;
|
|
5971
|
-
/** Minor */
|
|
5972
|
-
minor: number;
|
|
5973
|
-
/** Patch */
|
|
5974
|
-
patch: number;
|
|
5975
|
-
};
|
|
5976
5976
|
/**
|
|
5977
5977
|
* Preferences
|
|
5978
5978
|
* @description Preferences that the user can set to customize their experience.
|
|
@@ -6301,7 +6301,7 @@ export interface components {
|
|
|
6301
6301
|
* Actions
|
|
6302
6302
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6303
6303
|
*/
|
|
6304
|
-
actions: (components["schemas"]["
|
|
6304
|
+
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"])[];
|
|
6305
6305
|
};
|
|
6306
6306
|
/** ChangeToolCandidatesAction */
|
|
6307
6307
|
dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction: {
|
|
@@ -6352,6 +6352,20 @@ export interface components {
|
|
|
6352
6352
|
* the context of the dynamic behavior. */
|
|
6353
6353
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6354
6354
|
};
|
|
6355
|
+
/** InjectInstructionAction */
|
|
6356
|
+
dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction: {
|
|
6357
|
+
/**
|
|
6358
|
+
* @description discriminator enum property added by openapi-typescript
|
|
6359
|
+
* @enum {string}
|
|
6360
|
+
*/
|
|
6361
|
+
type: "dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction";
|
|
6362
|
+
instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6363
|
+
/**
|
|
6364
|
+
* Overrides Instructions
|
|
6365
|
+
* @description During injection, whether the original instruction of the state is overriden with this instruction.
|
|
6366
|
+
*/
|
|
6367
|
+
overrides_instructions: boolean;
|
|
6368
|
+
};
|
|
6355
6369
|
/** Response */
|
|
6356
6370
|
dynamic_behavior_set__create_dynamic_behavior_set__Response: {
|
|
6357
6371
|
/**
|
|
@@ -6371,7 +6385,7 @@ export interface components {
|
|
|
6371
6385
|
* Actions
|
|
6372
6386
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6373
6387
|
*/
|
|
6374
|
-
actions: (components["schemas"]["
|
|
6388
|
+
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"])[];
|
|
6375
6389
|
};
|
|
6376
6390
|
/** ChangeToolCandidatesAction */
|
|
6377
6391
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction: {
|
|
@@ -6422,20 +6436,6 @@ export interface components {
|
|
|
6422
6436
|
* the context of the dynamic behavior. */
|
|
6423
6437
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6424
6438
|
};
|
|
6425
|
-
/** InjectInstructionAction */
|
|
6426
|
-
dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction: {
|
|
6427
|
-
/**
|
|
6428
|
-
* @description discriminator enum property added by openapi-typescript
|
|
6429
|
-
* @enum {string}
|
|
6430
|
-
*/
|
|
6431
|
-
type: "dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction";
|
|
6432
|
-
instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6433
|
-
/**
|
|
6434
|
-
* Overrides Instructions
|
|
6435
|
-
* @description During injection, whether the original instruction of the state is overriden with this instruction.
|
|
6436
|
-
*/
|
|
6437
|
-
overrides_instructions: boolean;
|
|
6438
|
-
};
|
|
6439
6439
|
/** Response */
|
|
6440
6440
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
|
|
6441
6441
|
/**
|
|
@@ -6880,7 +6880,7 @@ export interface components {
|
|
|
6880
6880
|
* User Dimensions
|
|
6881
6881
|
* @description User dimensions for the organization.
|
|
6882
6882
|
*/
|
|
6883
|
-
user_dimensions: components["schemas"]["
|
|
6883
|
+
user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
|
|
6884
6884
|
/**
|
|
6885
6885
|
* Logo
|
|
6886
6886
|
* Format: base64
|
|
@@ -6957,12 +6957,6 @@ export interface components {
|
|
|
6957
6957
|
*/
|
|
6958
6958
|
audio_keyterms?: string[];
|
|
6959
6959
|
};
|
|
6960
|
-
/** UserDimension */
|
|
6961
|
-
organization__create_organization__Request__UserDimension: {
|
|
6962
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6963
|
-
/** Tags */
|
|
6964
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6965
|
-
};
|
|
6966
6960
|
/** Response */
|
|
6967
6961
|
organization__create_organization__Response: {
|
|
6968
6962
|
/**
|
|
@@ -7329,7 +7323,7 @@ export interface components {
|
|
|
7329
7323
|
* User Dimensions
|
|
7330
7324
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7331
7325
|
*/
|
|
7332
|
-
user_dimensions?: components["schemas"]["
|
|
7326
|
+
user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
|
|
7333
7327
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7334
7328
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7335
7329
|
/**
|
|
@@ -7369,6 +7363,12 @@ export interface components {
|
|
|
7369
7363
|
*/
|
|
7370
7364
|
audio_keyterms?: string[];
|
|
7371
7365
|
};
|
|
7366
|
+
/** UserDimension */
|
|
7367
|
+
organization__modify_organization__Request__UserDimension: {
|
|
7368
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7369
|
+
/** Tags */
|
|
7370
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7371
|
+
};
|
|
7372
7372
|
/** Request */
|
|
7373
7373
|
role__assign_role__Request: {
|
|
7374
7374
|
/**
|
|
@@ -7395,10 +7395,29 @@ export interface components {
|
|
|
7395
7395
|
* Permission Grants
|
|
7396
7396
|
* @description A list of permission grants associated with this role.
|
|
7397
7397
|
*/
|
|
7398
|
-
permission_grants: components["schemas"]["
|
|
7398
|
+
permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
|
|
7399
7399
|
/** @description The frontend view for users of this role. */
|
|
7400
7400
|
frontend_view: components["schemas"]["FrontendView"];
|
|
7401
7401
|
};
|
|
7402
|
+
/** PermissionGrant */
|
|
7403
|
+
role__create_role__Request__PermissionGrant: {
|
|
7404
|
+
/**
|
|
7405
|
+
* Action
|
|
7406
|
+
* @description Whether this grant allows or denies the specified access.
|
|
7407
|
+
* @enum {string}
|
|
7408
|
+
*/
|
|
7409
|
+
action: "Allow" | "Deny";
|
|
7410
|
+
/** Permission Name */
|
|
7411
|
+
permission_name: string;
|
|
7412
|
+
/**
|
|
7413
|
+
* Conditions
|
|
7414
|
+
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7415
|
+
*/
|
|
7416
|
+
conditions: {
|
|
7417
|
+
[key: string]: components["schemas"]["Condition"];
|
|
7418
|
+
};
|
|
7419
|
+
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7420
|
+
};
|
|
7402
7421
|
/** Response */
|
|
7403
7422
|
role__create_role__Response: {
|
|
7404
7423
|
/**
|
|
@@ -7423,29 +7442,10 @@ export interface components {
|
|
|
7423
7442
|
* Permission Grants
|
|
7424
7443
|
* @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
|
|
7425
7444
|
*/
|
|
7426
|
-
permission_grants?: components["schemas"]["
|
|
7445
|
+
permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
|
|
7427
7446
|
/** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
|
|
7428
7447
|
frontend_view?: components["schemas"]["FrontendView"] | null;
|
|
7429
7448
|
};
|
|
7430
|
-
/** PermissionGrant */
|
|
7431
|
-
role__modify_role__Request__PermissionGrant: {
|
|
7432
|
-
/**
|
|
7433
|
-
* Action
|
|
7434
|
-
* @description Whether this grant allows or denies the specified access.
|
|
7435
|
-
* @enum {string}
|
|
7436
|
-
*/
|
|
7437
|
-
action: "Allow" | "Deny";
|
|
7438
|
-
/** Permission Name */
|
|
7439
|
-
permission_name: string;
|
|
7440
|
-
/**
|
|
7441
|
-
* Conditions
|
|
7442
|
-
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7443
|
-
*/
|
|
7444
|
-
conditions: {
|
|
7445
|
-
[key: string]: components["schemas"]["Condition"];
|
|
7446
|
-
};
|
|
7447
|
-
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7448
|
-
};
|
|
7449
7449
|
/** Response */
|
|
7450
7450
|
role__modify_role__Response: {
|
|
7451
7451
|
/**
|
|
@@ -7492,18 +7492,6 @@ export interface components {
|
|
|
7492
7492
|
[key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
|
|
7493
7493
|
};
|
|
7494
7494
|
};
|
|
7495
|
-
/** LLMConfig */
|
|
7496
|
-
service__create_service__Request__VersionSet__LLMConfig: {
|
|
7497
|
-
llm_name: components["schemas"]["LLMType"];
|
|
7498
|
-
/**
|
|
7499
|
-
* Params
|
|
7500
|
-
* @description LLM-specific parameters to use.
|
|
7501
|
-
* @default {}
|
|
7502
|
-
*/
|
|
7503
|
-
params?: {
|
|
7504
|
-
[key: string]: unknown;
|
|
7505
|
-
};
|
|
7506
|
-
};
|
|
7507
7495
|
/** Response */
|
|
7508
7496
|
service__create_service__Response: {
|
|
7509
7497
|
/**
|
|
@@ -7600,7 +7588,19 @@ export interface components {
|
|
|
7600
7588
|
service_hierarchical_state_machine_version_number: number | null;
|
|
7601
7589
|
/** Llm Model Preferences */
|
|
7602
7590
|
llm_model_preferences: {
|
|
7603
|
-
[key: string]: components["schemas"]["
|
|
7591
|
+
[key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
|
|
7592
|
+
};
|
|
7593
|
+
};
|
|
7594
|
+
/** LLMConfig */
|
|
7595
|
+
service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
|
|
7596
|
+
llm_name: components["schemas"]["LLMType"];
|
|
7597
|
+
/**
|
|
7598
|
+
* Params
|
|
7599
|
+
* @description LLM-specific parameters to use.
|
|
7600
|
+
* @default {}
|
|
7601
|
+
*/
|
|
7602
|
+
params?: {
|
|
7603
|
+
[key: string]: unknown;
|
|
7604
7604
|
};
|
|
7605
7605
|
};
|
|
7606
7606
|
/** Request */
|
|
@@ -7863,7 +7863,7 @@ export interface components {
|
|
|
7863
7863
|
* Simulation Personas
|
|
7864
7864
|
* @description The list of simulation personas.
|
|
7865
7865
|
*/
|
|
7866
|
-
simulation_personas: components["schemas"]["
|
|
7866
|
+
simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
7867
7867
|
/**
|
|
7868
7868
|
* Has More
|
|
7869
7869
|
* @description Whether there are more simulation personas to fetch.
|
|
@@ -7898,6 +7898,52 @@ export interface components {
|
|
|
7898
7898
|
*/
|
|
7899
7899
|
roles: string[];
|
|
7900
7900
|
};
|
|
7901
|
+
/** SimulationPersonaInstance */
|
|
7902
|
+
simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
|
|
7903
|
+
/**
|
|
7904
|
+
* Id
|
|
7905
|
+
* @description The ID of the simulation persona.
|
|
7906
|
+
*/
|
|
7907
|
+
id: string;
|
|
7908
|
+
/**
|
|
7909
|
+
* Name
|
|
7910
|
+
* @description The name of the simulation persona.
|
|
7911
|
+
*/
|
|
7912
|
+
name: string;
|
|
7913
|
+
/**
|
|
7914
|
+
* Role
|
|
7915
|
+
* @description The role of the simulation persona.
|
|
7916
|
+
*/
|
|
7917
|
+
role: string;
|
|
7918
|
+
/**
|
|
7919
|
+
* Tags
|
|
7920
|
+
* @description The tags of the simulation persona.
|
|
7921
|
+
*/
|
|
7922
|
+
tags: {
|
|
7923
|
+
[key: string]: string | null;
|
|
7924
|
+
};
|
|
7925
|
+
/**
|
|
7926
|
+
* Is Deleted
|
|
7927
|
+
* @description Whether the simulation persona is deleted.
|
|
7928
|
+
*/
|
|
7929
|
+
is_deleted: boolean;
|
|
7930
|
+
/**
|
|
7931
|
+
* Created At
|
|
7932
|
+
* Format: date-time
|
|
7933
|
+
* @description The timestamp when the simulation persona was created.
|
|
7934
|
+
*/
|
|
7935
|
+
created_at: string;
|
|
7936
|
+
/** @description The user who created the simulation persona. */
|
|
7937
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
7938
|
+
/**
|
|
7939
|
+
* Updated At
|
|
7940
|
+
* Format: date-time
|
|
7941
|
+
* @description The timestamp when the simulation persona was last updated.
|
|
7942
|
+
*/
|
|
7943
|
+
updated_at: string;
|
|
7944
|
+
/** @description The user who last updated the simulation persona. */
|
|
7945
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
7946
|
+
};
|
|
7901
7947
|
/** Response */
|
|
7902
7948
|
simulation__get_simulation_scenario_versions__Response: {
|
|
7903
7949
|
/**
|
|
@@ -7922,7 +7968,7 @@ export interface components {
|
|
|
7922
7968
|
* Simulation Scenarios
|
|
7923
7969
|
* @description The list of simulation scenarios.
|
|
7924
7970
|
*/
|
|
7925
|
-
simulation_scenarios: components["schemas"]["
|
|
7971
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
7926
7972
|
/**
|
|
7927
7973
|
* Has More
|
|
7928
7974
|
* @description Whether there are more simulation scenarios to fetch.
|
|
@@ -7952,47 +7998,6 @@ export interface components {
|
|
|
7952
7998
|
*/
|
|
7953
7999
|
tags: string[];
|
|
7954
8000
|
};
|
|
7955
|
-
/** SimulationScenarioInstance */
|
|
7956
|
-
simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
7957
|
-
/**
|
|
7958
|
-
* Id
|
|
7959
|
-
* @description The ID of the simulation scenario.
|
|
7960
|
-
*/
|
|
7961
|
-
id: string;
|
|
7962
|
-
/**
|
|
7963
|
-
* Name
|
|
7964
|
-
* @description The name of the simulation scenario.
|
|
7965
|
-
*/
|
|
7966
|
-
name: string;
|
|
7967
|
-
/**
|
|
7968
|
-
* Tags
|
|
7969
|
-
* @description The tags of the simulation scenario.
|
|
7970
|
-
*/
|
|
7971
|
-
tags: {
|
|
7972
|
-
[key: string]: string | null;
|
|
7973
|
-
};
|
|
7974
|
-
/**
|
|
7975
|
-
* Is Deleted
|
|
7976
|
-
* @description Whether the simulation scenario is deleted.
|
|
7977
|
-
*/
|
|
7978
|
-
is_deleted: boolean;
|
|
7979
|
-
/**
|
|
7980
|
-
* Created At
|
|
7981
|
-
* Format: date-time
|
|
7982
|
-
* @description The timestamp when the simulation scenario was created.
|
|
7983
|
-
*/
|
|
7984
|
-
created_at: string;
|
|
7985
|
-
/** @description The user who created the simulation scenario. */
|
|
7986
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
7987
|
-
/**
|
|
7988
|
-
* Updated At
|
|
7989
|
-
* Format: date-time
|
|
7990
|
-
* @description The timestamp when the simulation scenario was last updated.
|
|
7991
|
-
*/
|
|
7992
|
-
updated_at: string;
|
|
7993
|
-
/** @description The user who last updated the simulation scenario. */
|
|
7994
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
7995
|
-
};
|
|
7996
8001
|
/** Response */
|
|
7997
8002
|
simulation__get_simulation_unit_test_set_run_artifacts__Response: {
|
|
7998
8003
|
/**
|
|
@@ -8151,61 +8156,56 @@ export interface components {
|
|
|
8151
8156
|
* Simulation Personas
|
|
8152
8157
|
* @description The list of simulation personas.
|
|
8153
8158
|
*/
|
|
8154
|
-
simulation_personas: components["schemas"]["
|
|
8159
|
+
simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
8155
8160
|
};
|
|
8156
|
-
/**
|
|
8157
|
-
|
|
8161
|
+
/** Response */
|
|
8162
|
+
simulation__search_simulation_scenarios__Response: {
|
|
8163
|
+
/**
|
|
8164
|
+
* Simulation Scenarios
|
|
8165
|
+
* @description The list of simulation scenarios.
|
|
8166
|
+
*/
|
|
8167
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8168
|
+
};
|
|
8169
|
+
/** SimulationScenarioInstance */
|
|
8170
|
+
simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8158
8171
|
/**
|
|
8159
8172
|
* Id
|
|
8160
|
-
* @description The ID of the simulation
|
|
8173
|
+
* @description The ID of the simulation scenario.
|
|
8161
8174
|
*/
|
|
8162
8175
|
id: string;
|
|
8163
8176
|
/**
|
|
8164
8177
|
* Name
|
|
8165
|
-
* @description The name of the simulation
|
|
8178
|
+
* @description The name of the simulation scenario.
|
|
8166
8179
|
*/
|
|
8167
8180
|
name: string;
|
|
8168
|
-
/**
|
|
8169
|
-
* Role
|
|
8170
|
-
* @description The role of the simulation persona.
|
|
8171
|
-
*/
|
|
8172
|
-
role: string;
|
|
8173
8181
|
/**
|
|
8174
8182
|
* Tags
|
|
8175
|
-
* @description The tags of the simulation
|
|
8183
|
+
* @description The tags of the simulation scenario.
|
|
8176
8184
|
*/
|
|
8177
8185
|
tags: {
|
|
8178
8186
|
[key: string]: string | null;
|
|
8179
8187
|
};
|
|
8180
8188
|
/**
|
|
8181
8189
|
* Is Deleted
|
|
8182
|
-
* @description Whether the simulation
|
|
8190
|
+
* @description Whether the simulation scenario is deleted.
|
|
8183
8191
|
*/
|
|
8184
8192
|
is_deleted: boolean;
|
|
8185
8193
|
/**
|
|
8186
8194
|
* Created At
|
|
8187
8195
|
* Format: date-time
|
|
8188
|
-
* @description The timestamp when the simulation
|
|
8196
|
+
* @description The timestamp when the simulation scenario was created.
|
|
8189
8197
|
*/
|
|
8190
8198
|
created_at: string;
|
|
8191
|
-
/** @description The user who created the simulation
|
|
8192
|
-
creator: components["schemas"]["
|
|
8199
|
+
/** @description The user who created the simulation scenario. */
|
|
8200
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8193
8201
|
/**
|
|
8194
8202
|
* Updated At
|
|
8195
8203
|
* Format: date-time
|
|
8196
|
-
* @description The timestamp when the simulation
|
|
8204
|
+
* @description The timestamp when the simulation scenario was last updated.
|
|
8197
8205
|
*/
|
|
8198
8206
|
updated_at: string;
|
|
8199
|
-
/** @description The user who last updated the simulation
|
|
8200
|
-
updated_by: components["schemas"]["
|
|
8201
|
-
};
|
|
8202
|
-
/** Response */
|
|
8203
|
-
simulation__search_simulation_scenarios__Response: {
|
|
8204
|
-
/**
|
|
8205
|
-
* Simulation Scenarios
|
|
8206
|
-
* @description The list of simulation scenarios.
|
|
8207
|
-
*/
|
|
8208
|
-
simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8207
|
+
/** @description The user who last updated the simulation scenario. */
|
|
8208
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8209
8209
|
};
|
|
8210
8210
|
/** Response */
|
|
8211
8211
|
simulation__search_simulation_unit_test_set__Response: {
|
|
@@ -8551,7 +8551,7 @@ export interface components {
|
|
|
8551
8551
|
*/
|
|
8552
8552
|
tool_id: string;
|
|
8553
8553
|
/** @description The version of the tool that was invoked. */
|
|
8554
|
-
tool_version: components["schemas"]["
|
|
8554
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
8555
8555
|
};
|
|
8556
8556
|
/** Request */
|
|
8557
8557
|
tool__test_tool__Request: {
|
|
@@ -8753,7 +8753,7 @@ export interface components {
|
|
|
8753
8753
|
*/
|
|
8754
8754
|
email: string;
|
|
8755
8755
|
/** @description Statistics about the user's usage of the Amigo platform. */
|
|
8756
|
-
user_stats: components["schemas"]["
|
|
8756
|
+
user_stats: components["schemas"]["user__search_users__Response__UserInstance__UserStats"];
|
|
8757
8757
|
/**
|
|
8758
8758
|
* Role
|
|
8759
8759
|
* @description The ID of the role of the user.
|
|
@@ -8762,8 +8762,16 @@ export interface components {
|
|
|
8762
8762
|
/** @description The preferences of the user. */
|
|
8763
8763
|
preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
|
|
8764
8764
|
};
|
|
8765
|
+
/** Response */
|
|
8766
|
+
user__search_users__Response: {
|
|
8767
|
+
/**
|
|
8768
|
+
* Users
|
|
8769
|
+
* @description Users in this organization.
|
|
8770
|
+
*/
|
|
8771
|
+
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8772
|
+
};
|
|
8765
8773
|
/** UserStats */
|
|
8766
|
-
|
|
8774
|
+
user__search_users__Response__UserInstance__UserStats: {
|
|
8767
8775
|
/**
|
|
8768
8776
|
* Num Conversations
|
|
8769
8777
|
* @description The number of conversations the user has created.
|
|
@@ -8780,14 +8788,6 @@ export interface components {
|
|
|
8780
8788
|
*/
|
|
8781
8789
|
last_message_time: string | null;
|
|
8782
8790
|
};
|
|
8783
|
-
/** Response */
|
|
8784
|
-
user__search_users__Response: {
|
|
8785
|
-
/**
|
|
8786
|
-
* Users
|
|
8787
|
-
* @description Users in this organization.
|
|
8788
|
-
*/
|
|
8789
|
-
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8790
|
-
};
|
|
8791
8791
|
/** SigninWithAPIKeyResponse */
|
|
8792
8792
|
user__sign_in_with_api_key__Response: {
|
|
8793
8793
|
/**
|
|
@@ -11400,6 +11400,13 @@ export interface operations {
|
|
|
11400
11400
|
};
|
|
11401
11401
|
content?: never;
|
|
11402
11402
|
};
|
|
11403
|
+
/** @description The request body stream timed out. */
|
|
11404
|
+
408: {
|
|
11405
|
+
headers: {
|
|
11406
|
+
[name: string]: unknown;
|
|
11407
|
+
};
|
|
11408
|
+
content?: never;
|
|
11409
|
+
};
|
|
11403
11410
|
/** @description The specified conversation is already finished, or a related operation is in process. */
|
|
11404
11411
|
409: {
|
|
11405
11412
|
headers: {
|