@amigo-ai/sdk 0.85.0 → 0.87.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 +184 -184
- package/package.json +1 -1
|
@@ -3468,7 +3468,7 @@ export interface components {
|
|
|
3468
3468
|
* Tags
|
|
3469
3469
|
* @description The tags of the metric.
|
|
3470
3470
|
*/
|
|
3471
|
-
tags: components["schemas"]["
|
|
3471
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
3472
3472
|
/** @description The user who created the metric. */
|
|
3473
3473
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3474
3474
|
/** @description The user who last updated the metric. */
|
|
@@ -3573,7 +3573,7 @@ export interface components {
|
|
|
3573
3573
|
* Tags
|
|
3574
3574
|
* @description The tags of the metric.
|
|
3575
3575
|
*/
|
|
3576
|
-
tags: components["schemas"]["
|
|
3576
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
3577
3577
|
/** @description The user who created the metric. */
|
|
3578
3578
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3579
3579
|
/** @description The user who last updated the metric. */
|
|
@@ -4425,7 +4425,7 @@ export interface components {
|
|
|
4425
4425
|
* Tags
|
|
4426
4426
|
* @description The tags of the service.
|
|
4427
4427
|
*/
|
|
4428
|
-
tags: components["schemas"]["
|
|
4428
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4429
4429
|
};
|
|
4430
4430
|
/** SimulationConversationInvocationSource */
|
|
4431
4431
|
SimulationConversationInvocationSource: {
|
|
@@ -4635,7 +4635,7 @@ export interface components {
|
|
|
4635
4635
|
* Tags
|
|
4636
4636
|
* @description The tags of the simulation persona.
|
|
4637
4637
|
*/
|
|
4638
|
-
tags: components["schemas"]["
|
|
4638
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4639
4639
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4640
4640
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4641
4641
|
};
|
|
@@ -4707,7 +4707,7 @@ export interface components {
|
|
|
4707
4707
|
* Tags
|
|
4708
4708
|
* @description The tags of the simulation persona.
|
|
4709
4709
|
*/
|
|
4710
|
-
tags: components["schemas"]["
|
|
4710
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4711
4711
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4712
4712
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4713
4713
|
};
|
|
@@ -4762,7 +4762,7 @@ export interface components {
|
|
|
4762
4762
|
* Tags
|
|
4763
4763
|
* @description The tags of the simulation unit test set.
|
|
4764
4764
|
*/
|
|
4765
|
-
tags: components["schemas"]["
|
|
4765
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4766
4766
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4767
4767
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4768
4768
|
};
|
|
@@ -4814,7 +4814,7 @@ export interface components {
|
|
|
4814
4814
|
* Tags
|
|
4815
4815
|
* @description The tags of the simulation unit test set.
|
|
4816
4816
|
*/
|
|
4817
|
-
tags: components["schemas"]["
|
|
4817
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
4818
4818
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4819
4819
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4820
4820
|
};
|
|
@@ -5276,7 +5276,7 @@ export interface components {
|
|
|
5276
5276
|
* Tags
|
|
5277
5277
|
* @description The tags of the simulation persona.
|
|
5278
5278
|
*/
|
|
5279
|
-
tags: components["schemas"]["
|
|
5279
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
|
|
5280
5280
|
};
|
|
5281
5281
|
/** ToolVersionInstance */
|
|
5282
5282
|
ToolVersionInstance: {
|
|
@@ -5306,7 +5306,7 @@ export interface components {
|
|
|
5306
5306
|
*/
|
|
5307
5307
|
tool_id: string;
|
|
5308
5308
|
/** @description The version of the tool. */
|
|
5309
|
-
version: components["schemas"]["
|
|
5309
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
5310
5310
|
/**
|
|
5311
5311
|
* Required Envvars
|
|
5312
5312
|
* @description The environment variables that are required to run the tool.
|
|
@@ -5778,13 +5778,6 @@ export interface components {
|
|
|
5778
5778
|
*/
|
|
5779
5779
|
tool_name: string;
|
|
5780
5780
|
};
|
|
5781
|
-
/** Tag */
|
|
5782
|
-
amigo_lib__mongo__collections__metric__Metric__Tag: {
|
|
5783
|
-
/** Key */
|
|
5784
|
-
key: string;
|
|
5785
|
-
/** Value */
|
|
5786
|
-
value: string | null;
|
|
5787
|
-
};
|
|
5788
5781
|
/** UserInfo */
|
|
5789
5782
|
amigo_lib__mongo__collections__metric__Metric__UserInfo: {
|
|
5790
5783
|
/** Org Id */
|
|
@@ -5908,6 +5901,13 @@ export interface components {
|
|
|
5908
5901
|
metric_id: string;
|
|
5909
5902
|
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
5910
5903
|
};
|
|
5904
|
+
/** Tag */
|
|
5905
|
+
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
|
|
5906
|
+
/** Key */
|
|
5907
|
+
key: string;
|
|
5908
|
+
/** Value */
|
|
5909
|
+
value: string | null;
|
|
5910
|
+
};
|
|
5911
5911
|
/** UserInfo */
|
|
5912
5912
|
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
|
|
5913
5913
|
/** Org Id */
|
|
@@ -5950,15 +5950,6 @@ export interface components {
|
|
|
5950
5950
|
/** User Id */
|
|
5951
5951
|
user_id: string;
|
|
5952
5952
|
};
|
|
5953
|
-
/** Version */
|
|
5954
|
-
amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
|
|
5955
|
-
/** Major */
|
|
5956
|
-
major: number;
|
|
5957
|
-
/** Minor */
|
|
5958
|
-
minor: number;
|
|
5959
|
-
/** Patch */
|
|
5960
|
-
patch: number;
|
|
5961
|
-
};
|
|
5962
5953
|
/** UserInfo */
|
|
5963
5954
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
5964
5955
|
/**
|
|
@@ -5972,6 +5963,15 @@ export interface components {
|
|
|
5972
5963
|
*/
|
|
5973
5964
|
user_org_id: string;
|
|
5974
5965
|
};
|
|
5966
|
+
/** Version */
|
|
5967
|
+
amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
|
|
5968
|
+
/** Major */
|
|
5969
|
+
major: number;
|
|
5970
|
+
/** Minor */
|
|
5971
|
+
minor: number;
|
|
5972
|
+
/** Patch */
|
|
5973
|
+
patch: number;
|
|
5974
|
+
};
|
|
5975
5975
|
/**
|
|
5976
5976
|
* Preferences
|
|
5977
5977
|
* @description Preferences that the user can set to customize their experience.
|
|
@@ -6300,7 +6300,7 @@ export interface components {
|
|
|
6300
6300
|
* Actions
|
|
6301
6301
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6302
6302
|
*/
|
|
6303
|
-
actions: (components["schemas"]["
|
|
6303
|
+
actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction"])[];
|
|
6304
6304
|
};
|
|
6305
6305
|
/** ChangeToolCandidatesAction */
|
|
6306
6306
|
dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__ChangeToolCandidatesAction: {
|
|
@@ -6351,20 +6351,6 @@ export interface components {
|
|
|
6351
6351
|
* the context of the dynamic behavior. */
|
|
6352
6352
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6353
6353
|
};
|
|
6354
|
-
/** InjectInstructionAction */
|
|
6355
|
-
dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction: {
|
|
6356
|
-
/**
|
|
6357
|
-
* @description discriminator enum property added by openapi-typescript
|
|
6358
|
-
* @enum {string}
|
|
6359
|
-
*/
|
|
6360
|
-
type: "dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction";
|
|
6361
|
-
instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6362
|
-
/**
|
|
6363
|
-
* Overrides Instructions
|
|
6364
|
-
* @description During injection, whether the original instruction of the state is overriden with this instruction.
|
|
6365
|
-
*/
|
|
6366
|
-
overrides_instructions: boolean;
|
|
6367
|
-
};
|
|
6368
6354
|
/** Response */
|
|
6369
6355
|
dynamic_behavior_set__create_dynamic_behavior_set__Response: {
|
|
6370
6356
|
/**
|
|
@@ -6384,7 +6370,7 @@ export interface components {
|
|
|
6384
6370
|
* Actions
|
|
6385
6371
|
* @description The action to perform when the dynamic behavior set version is activated.
|
|
6386
6372
|
*/
|
|
6387
|
-
actions: (components["schemas"]["
|
|
6373
|
+
actions: (components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction"] | components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction"])[];
|
|
6388
6374
|
};
|
|
6389
6375
|
/** ChangeToolCandidatesAction */
|
|
6390
6376
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Request__ChangeToolCandidatesAction: {
|
|
@@ -6435,6 +6421,20 @@ export interface components {
|
|
|
6435
6421
|
* the context of the dynamic behavior. */
|
|
6436
6422
|
tool_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6437
6423
|
};
|
|
6424
|
+
/** InjectInstructionAction */
|
|
6425
|
+
dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction: {
|
|
6426
|
+
/**
|
|
6427
|
+
* @description discriminator enum property added by openapi-typescript
|
|
6428
|
+
* @enum {string}
|
|
6429
|
+
*/
|
|
6430
|
+
type: "dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction";
|
|
6431
|
+
instruction: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6432
|
+
/**
|
|
6433
|
+
* Overrides Instructions
|
|
6434
|
+
* @description During injection, whether the original instruction of the state is overriden with this instruction.
|
|
6435
|
+
*/
|
|
6436
|
+
overrides_instructions: boolean;
|
|
6437
|
+
};
|
|
6438
6438
|
/** Response */
|
|
6439
6439
|
dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
|
|
6440
6440
|
/**
|
|
@@ -6879,7 +6879,7 @@ export interface components {
|
|
|
6879
6879
|
* User Dimensions
|
|
6880
6880
|
* @description User dimensions for the organization.
|
|
6881
6881
|
*/
|
|
6882
|
-
user_dimensions: components["schemas"]["
|
|
6882
|
+
user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
|
|
6883
6883
|
/**
|
|
6884
6884
|
* Logo
|
|
6885
6885
|
* Format: base64
|
|
@@ -6956,12 +6956,6 @@ export interface components {
|
|
|
6956
6956
|
*/
|
|
6957
6957
|
audio_keyterms?: string[];
|
|
6958
6958
|
};
|
|
6959
|
-
/** UserDimension */
|
|
6960
|
-
organization__create_organization__Request__UserDimension: {
|
|
6961
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6962
|
-
/** Tags */
|
|
6963
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6964
|
-
};
|
|
6965
6959
|
/** Response */
|
|
6966
6960
|
organization__create_organization__Response: {
|
|
6967
6961
|
/**
|
|
@@ -7328,7 +7322,7 @@ export interface components {
|
|
|
7328
7322
|
* User Dimensions
|
|
7329
7323
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7330
7324
|
*/
|
|
7331
|
-
user_dimensions?: components["schemas"]["
|
|
7325
|
+
user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
|
|
7332
7326
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7333
7327
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7334
7328
|
/**
|
|
@@ -7368,6 +7362,12 @@ export interface components {
|
|
|
7368
7362
|
*/
|
|
7369
7363
|
audio_keyterms?: string[];
|
|
7370
7364
|
};
|
|
7365
|
+
/** UserDimension */
|
|
7366
|
+
organization__modify_organization__Request__UserDimension: {
|
|
7367
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7368
|
+
/** Tags */
|
|
7369
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7370
|
+
};
|
|
7371
7371
|
/** Request */
|
|
7372
7372
|
role__assign_role__Request: {
|
|
7373
7373
|
/**
|
|
@@ -7476,7 +7476,7 @@ export interface components {
|
|
|
7476
7476
|
is_active: boolean;
|
|
7477
7477
|
/** @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
|
|
7478
7478
|
* latest agent and state machine versions with no model preference. */
|
|
7479
|
-
release_version_set?: components["schemas"]["
|
|
7479
|
+
release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
|
|
7480
7480
|
/**
|
|
7481
7481
|
* Keyterms
|
|
7482
7482
|
* @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.
|
|
@@ -7491,35 +7491,6 @@ export interface components {
|
|
|
7491
7491
|
[key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
|
|
7492
7492
|
};
|
|
7493
7493
|
};
|
|
7494
|
-
/** VersionSet */
|
|
7495
|
-
service__create_service__Request__VersionSet: {
|
|
7496
|
-
/**
|
|
7497
|
-
* Agent Version Number
|
|
7498
|
-
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
7499
|
-
*/
|
|
7500
|
-
agent_version_number: number | null;
|
|
7501
|
-
/**
|
|
7502
|
-
* Service Hierarchical State Machine Version Number
|
|
7503
|
-
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
7504
|
-
*/
|
|
7505
|
-
service_hierarchical_state_machine_version_number: number | null;
|
|
7506
|
-
/** Llm Model Preferences */
|
|
7507
|
-
llm_model_preferences: {
|
|
7508
|
-
[key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
|
|
7509
|
-
};
|
|
7510
|
-
};
|
|
7511
|
-
/** LLMConfig */
|
|
7512
|
-
service__create_service__Request__VersionSet__LLMConfig: {
|
|
7513
|
-
llm_name: components["schemas"]["LLMType"];
|
|
7514
|
-
/**
|
|
7515
|
-
* Params
|
|
7516
|
-
* @description LLM-specific parameters to use.
|
|
7517
|
-
* @default {}
|
|
7518
|
-
*/
|
|
7519
|
-
params?: {
|
|
7520
|
-
[key: string]: unknown;
|
|
7521
|
-
};
|
|
7522
|
-
};
|
|
7523
7494
|
/** Response */
|
|
7524
7495
|
service__create_service__Response: {
|
|
7525
7496
|
/**
|
|
@@ -7600,7 +7571,36 @@ export interface components {
|
|
|
7600
7571
|
/** Request */
|
|
7601
7572
|
service__upsert_service_version_set__Request: {
|
|
7602
7573
|
/** @description The version set to upsert. */
|
|
7603
|
-
version_set: components["schemas"]["
|
|
7574
|
+
version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
|
|
7575
|
+
};
|
|
7576
|
+
/** VersionSet */
|
|
7577
|
+
service__upsert_service_version_set__Request__VersionSet: {
|
|
7578
|
+
/**
|
|
7579
|
+
* Agent Version Number
|
|
7580
|
+
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
7581
|
+
*/
|
|
7582
|
+
agent_version_number: number | null;
|
|
7583
|
+
/**
|
|
7584
|
+
* Service Hierarchical State Machine Version Number
|
|
7585
|
+
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
7586
|
+
*/
|
|
7587
|
+
service_hierarchical_state_machine_version_number: number | null;
|
|
7588
|
+
/** Llm Model Preferences */
|
|
7589
|
+
llm_model_preferences: {
|
|
7590
|
+
[key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
|
|
7591
|
+
};
|
|
7592
|
+
};
|
|
7593
|
+
/** LLMConfig */
|
|
7594
|
+
service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
|
|
7595
|
+
llm_name: components["schemas"]["LLMType"];
|
|
7596
|
+
/**
|
|
7597
|
+
* Params
|
|
7598
|
+
* @description LLM-specific parameters to use.
|
|
7599
|
+
* @default {}
|
|
7600
|
+
*/
|
|
7601
|
+
params?: {
|
|
7602
|
+
[key: string]: unknown;
|
|
7603
|
+
};
|
|
7604
7604
|
};
|
|
7605
7605
|
/** Request */
|
|
7606
7606
|
simulation__create_simulation_persona__Request: {
|
|
@@ -7977,7 +7977,7 @@ export interface components {
|
|
|
7977
7977
|
* Simulation Scenarios
|
|
7978
7978
|
* @description The list of simulation scenarios.
|
|
7979
7979
|
*/
|
|
7980
|
-
simulation_scenarios: components["schemas"]["
|
|
7980
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
7981
7981
|
/**
|
|
7982
7982
|
* Has More
|
|
7983
7983
|
* @description Whether there are more simulation scenarios to fetch.
|
|
@@ -8007,47 +8007,6 @@ export interface components {
|
|
|
8007
8007
|
*/
|
|
8008
8008
|
tags: string[];
|
|
8009
8009
|
};
|
|
8010
|
-
/** SimulationScenarioInstance */
|
|
8011
|
-
simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8012
|
-
/**
|
|
8013
|
-
* Id
|
|
8014
|
-
* @description The ID of the simulation scenario.
|
|
8015
|
-
*/
|
|
8016
|
-
id: string;
|
|
8017
|
-
/**
|
|
8018
|
-
* Name
|
|
8019
|
-
* @description The name of the simulation scenario.
|
|
8020
|
-
*/
|
|
8021
|
-
name: string;
|
|
8022
|
-
/**
|
|
8023
|
-
* Tags
|
|
8024
|
-
* @description The tags of the simulation scenario.
|
|
8025
|
-
*/
|
|
8026
|
-
tags: {
|
|
8027
|
-
[key: string]: string | null;
|
|
8028
|
-
};
|
|
8029
|
-
/**
|
|
8030
|
-
* Is Deleted
|
|
8031
|
-
* @description Whether the simulation scenario is deleted.
|
|
8032
|
-
*/
|
|
8033
|
-
is_deleted: boolean;
|
|
8034
|
-
/**
|
|
8035
|
-
* Created At
|
|
8036
|
-
* Format: date-time
|
|
8037
|
-
* @description The timestamp when the simulation scenario was created.
|
|
8038
|
-
*/
|
|
8039
|
-
created_at: string;
|
|
8040
|
-
/** @description The user who created the simulation scenario. */
|
|
8041
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8042
|
-
/**
|
|
8043
|
-
* Updated At
|
|
8044
|
-
* Format: date-time
|
|
8045
|
-
* @description The timestamp when the simulation scenario was last updated.
|
|
8046
|
-
*/
|
|
8047
|
-
updated_at: string;
|
|
8048
|
-
/** @description The user who last updated the simulation scenario. */
|
|
8049
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8050
|
-
};
|
|
8051
8010
|
/** Response */
|
|
8052
8011
|
simulation__get_simulation_unit_test_set_run_artifacts__Response: {
|
|
8053
8012
|
/**
|
|
@@ -8214,7 +8173,48 @@ export interface components {
|
|
|
8214
8173
|
* Simulation Scenarios
|
|
8215
8174
|
* @description The list of simulation scenarios.
|
|
8216
8175
|
*/
|
|
8217
|
-
simulation_scenarios: components["schemas"]["
|
|
8176
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8177
|
+
};
|
|
8178
|
+
/** SimulationScenarioInstance */
|
|
8179
|
+
simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8180
|
+
/**
|
|
8181
|
+
* Id
|
|
8182
|
+
* @description The ID of the simulation scenario.
|
|
8183
|
+
*/
|
|
8184
|
+
id: string;
|
|
8185
|
+
/**
|
|
8186
|
+
* Name
|
|
8187
|
+
* @description The name of the simulation scenario.
|
|
8188
|
+
*/
|
|
8189
|
+
name: string;
|
|
8190
|
+
/**
|
|
8191
|
+
* Tags
|
|
8192
|
+
* @description The tags of the simulation scenario.
|
|
8193
|
+
*/
|
|
8194
|
+
tags: {
|
|
8195
|
+
[key: string]: string | null;
|
|
8196
|
+
};
|
|
8197
|
+
/**
|
|
8198
|
+
* Is Deleted
|
|
8199
|
+
* @description Whether the simulation scenario is deleted.
|
|
8200
|
+
*/
|
|
8201
|
+
is_deleted: boolean;
|
|
8202
|
+
/**
|
|
8203
|
+
* Created At
|
|
8204
|
+
* Format: date-time
|
|
8205
|
+
* @description The timestamp when the simulation scenario was created.
|
|
8206
|
+
*/
|
|
8207
|
+
created_at: string;
|
|
8208
|
+
/** @description The user who created the simulation scenario. */
|
|
8209
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8210
|
+
/**
|
|
8211
|
+
* Updated At
|
|
8212
|
+
* Format: date-time
|
|
8213
|
+
* @description The timestamp when the simulation scenario was last updated.
|
|
8214
|
+
*/
|
|
8215
|
+
updated_at: string;
|
|
8216
|
+
/** @description The user who last updated the simulation scenario. */
|
|
8217
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8218
8218
|
};
|
|
8219
8219
|
/** Response */
|
|
8220
8220
|
simulation__search_simulation_unit_test_set__Response: {
|
|
@@ -8357,7 +8357,7 @@ export interface components {
|
|
|
8357
8357
|
* Tool Invocations
|
|
8358
8358
|
* @description The list of tool invocations.
|
|
8359
8359
|
*/
|
|
8360
|
-
tool_invocations: components["schemas"]["
|
|
8360
|
+
tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8361
8361
|
/**
|
|
8362
8362
|
* Has More
|
|
8363
8363
|
* @description Whether there are more tool invocations to retrieve.
|
|
@@ -8369,47 +8369,6 @@ export interface components {
|
|
|
8369
8369
|
*/
|
|
8370
8370
|
continuation_token: unknown | null;
|
|
8371
8371
|
};
|
|
8372
|
-
/** ToolInvocationInstance */
|
|
8373
|
-
tool__get_tool_invocations__Response__ToolInvocationInstance: {
|
|
8374
|
-
/**
|
|
8375
|
-
* Id
|
|
8376
|
-
* @description The ID of the tool invocation.
|
|
8377
|
-
*/
|
|
8378
|
-
id: string;
|
|
8379
|
-
/**
|
|
8380
|
-
* Org Id
|
|
8381
|
-
* @description The ID of the organization.
|
|
8382
|
-
*/
|
|
8383
|
-
org_id: string;
|
|
8384
|
-
/**
|
|
8385
|
-
* Created At
|
|
8386
|
-
* Format: date-time
|
|
8387
|
-
*/
|
|
8388
|
-
created_at?: string;
|
|
8389
|
-
/**
|
|
8390
|
-
* Updated At
|
|
8391
|
-
* Format: date-time
|
|
8392
|
-
*/
|
|
8393
|
-
updated_at?: string;
|
|
8394
|
-
/** @description The status of the tool invocation. */
|
|
8395
|
-
invocation_status: components["schemas"]["InvocationStatus"];
|
|
8396
|
-
/** @description The source of the tool invocation. */
|
|
8397
|
-
invocation_source: components["schemas"]["InvocationSource"];
|
|
8398
|
-
/** Logs */
|
|
8399
|
-
logs: string[];
|
|
8400
|
-
/**
|
|
8401
|
-
* Duration Ms
|
|
8402
|
-
* @description The duration of the tool invocation in milliseconds.
|
|
8403
|
-
*/
|
|
8404
|
-
duration_ms: number;
|
|
8405
|
-
/**
|
|
8406
|
-
* Tool Id
|
|
8407
|
-
* @description The ID of the tool that was invoked.
|
|
8408
|
-
*/
|
|
8409
|
-
tool_id: string;
|
|
8410
|
-
/** @description The version of the tool that was invoked. */
|
|
8411
|
-
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
8412
|
-
};
|
|
8413
8372
|
/** Response */
|
|
8414
8373
|
tool__get_tool_versions__Response: {
|
|
8415
8374
|
/**
|
|
@@ -8478,23 +8437,7 @@ export interface components {
|
|
|
8478
8437
|
* Inputs
|
|
8479
8438
|
* @description The list of inputs for the tool invocation.
|
|
8480
8439
|
*/
|
|
8481
|
-
inputs: components["schemas"]["
|
|
8482
|
-
};
|
|
8483
|
-
/** Input */
|
|
8484
|
-
tool__invoke_tool_version__Request__Input: {
|
|
8485
|
-
/**
|
|
8486
|
-
* Input Parameters
|
|
8487
|
-
* @description The input parameters for the tool invocation.
|
|
8488
|
-
*/
|
|
8489
|
-
input_parameters: {
|
|
8490
|
-
[key: string]: unknown;
|
|
8491
|
-
};
|
|
8492
|
-
/**
|
|
8493
|
-
* Invocation Mode
|
|
8494
|
-
* @description The mode of invocation.
|
|
8495
|
-
* @enum {string}
|
|
8496
|
-
*/
|
|
8497
|
-
invocation_mode: "regular" | "conversation-simulation";
|
|
8440
|
+
inputs: components["schemas"]["tool__test_tool__Request__Input"][];
|
|
8498
8441
|
};
|
|
8499
8442
|
/** Response */
|
|
8500
8443
|
tool__invoke_tool_version__Response: {
|
|
@@ -8566,7 +8509,48 @@ export interface components {
|
|
|
8566
8509
|
* Tool Invocations
|
|
8567
8510
|
* @description The list of tool invocations.
|
|
8568
8511
|
*/
|
|
8569
|
-
tool_invocations: components["schemas"]["
|
|
8512
|
+
tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8513
|
+
};
|
|
8514
|
+
/** ToolInvocationInstance */
|
|
8515
|
+
tool__search_tool_invocations__Response__ToolInvocationInstance: {
|
|
8516
|
+
/**
|
|
8517
|
+
* Id
|
|
8518
|
+
* @description The ID of the tool invocation.
|
|
8519
|
+
*/
|
|
8520
|
+
id: string;
|
|
8521
|
+
/**
|
|
8522
|
+
* Org Id
|
|
8523
|
+
* @description The ID of the organization.
|
|
8524
|
+
*/
|
|
8525
|
+
org_id: string;
|
|
8526
|
+
/**
|
|
8527
|
+
* Created At
|
|
8528
|
+
* Format: date-time
|
|
8529
|
+
*/
|
|
8530
|
+
created_at?: string;
|
|
8531
|
+
/**
|
|
8532
|
+
* Updated At
|
|
8533
|
+
* Format: date-time
|
|
8534
|
+
*/
|
|
8535
|
+
updated_at?: string;
|
|
8536
|
+
/** @description The status of the tool invocation. */
|
|
8537
|
+
invocation_status: components["schemas"]["InvocationStatus"];
|
|
8538
|
+
/** @description The source of the tool invocation. */
|
|
8539
|
+
invocation_source: components["schemas"]["InvocationSource"];
|
|
8540
|
+
/** Logs */
|
|
8541
|
+
logs: string[];
|
|
8542
|
+
/**
|
|
8543
|
+
* Duration Ms
|
|
8544
|
+
* @description The duration of the tool invocation in milliseconds.
|
|
8545
|
+
*/
|
|
8546
|
+
duration_ms: number;
|
|
8547
|
+
/**
|
|
8548
|
+
* Tool Id
|
|
8549
|
+
* @description The ID of the tool that was invoked.
|
|
8550
|
+
*/
|
|
8551
|
+
tool_id: string;
|
|
8552
|
+
/** @description The version of the tool that was invoked. */
|
|
8553
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
8570
8554
|
};
|
|
8571
8555
|
/** Request */
|
|
8572
8556
|
tool__test_tool__Request: {
|
|
@@ -8574,7 +8558,7 @@ export interface components {
|
|
|
8574
8558
|
* Inputs
|
|
8575
8559
|
* @description The list of inputs for the tool invocation.
|
|
8576
8560
|
*/
|
|
8577
|
-
inputs: components["schemas"]["
|
|
8561
|
+
inputs: components["schemas"]["tool__test_tool__Request__Input"][];
|
|
8578
8562
|
/**
|
|
8579
8563
|
* Commit Branch
|
|
8580
8564
|
* @description The branch in the tools repo whose tip will be tested.
|
|
@@ -8600,6 +8584,22 @@ export interface components {
|
|
|
8600
8584
|
[key: string]: string;
|
|
8601
8585
|
};
|
|
8602
8586
|
};
|
|
8587
|
+
/** Input */
|
|
8588
|
+
tool__test_tool__Request__Input: {
|
|
8589
|
+
/**
|
|
8590
|
+
* Input Parameters
|
|
8591
|
+
* @description The input parameters for the tool invocation.
|
|
8592
|
+
*/
|
|
8593
|
+
input_parameters: {
|
|
8594
|
+
[key: string]: unknown;
|
|
8595
|
+
};
|
|
8596
|
+
/**
|
|
8597
|
+
* Invocation Mode
|
|
8598
|
+
* @description The mode of invocation.
|
|
8599
|
+
* @enum {string}
|
|
8600
|
+
*/
|
|
8601
|
+
invocation_mode: "regular" | "conversation-simulation";
|
|
8602
|
+
};
|
|
8603
8603
|
/** Response */
|
|
8604
8604
|
tool__test_tool__Response: {
|
|
8605
8605
|
/** Invocation Results */
|