@amigo-ai/sdk 0.11.0 → 0.13.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.
|
@@ -4982,6 +4982,7 @@ export interface components {
|
|
|
4982
4982
|
StateTransitionLog: components["schemas"]["ActionStateTransitionLog"] | components["schemas"]["DecisionStateTransitionLog"] | components["schemas"]["RecallStateTransitionLog"] | components["schemas"]["JumpbackStateTransitionLog"] | components["schemas"]["AnnotationStateTransitionLog"] | components["schemas"]["ReflectionStateTransitionLog"] | components["schemas"]["SideEffectStateTransitionLog"];
|
|
4983
4983
|
"StrippedNonemptyString_A-Z______": string;
|
|
4984
4984
|
StrippedNonemptyString___w__s_____: string;
|
|
4985
|
+
"StrippedNonemptyString_a-z-______": string;
|
|
4985
4986
|
"StrippedNonemptyString_a-z0-9______": string;
|
|
4986
4987
|
/** SuccessCriterion */
|
|
4987
4988
|
"SuccessCriterion-Output": {
|
|
@@ -5961,7 +5962,6 @@ export interface components {
|
|
|
5961
5962
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__1: string;
|
|
5962
5963
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__2: string;
|
|
5963
5964
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__3: string;
|
|
5964
|
-
amigo_lib__pydantic__base_model__StrippedNonemptyString__4: string;
|
|
5965
5965
|
src__app__amigo__service__conversation__Action: components["schemas"]["SelectDynamicBehaviorAgentActionEvent"] | components["schemas"]["CheckIfActiveMemoryNeededAgentActionEvent"] | components["schemas"]["ExtractActiveMemoriesAgentActionEvent"] | components["schemas"]["NavigateStateMachineAgentActionEvent"] | components["schemas"]["EngageUserAgentActionEvent"];
|
|
5966
5966
|
/** Response */
|
|
5967
5967
|
admin__ping_server__Response: {
|
|
@@ -6477,7 +6477,7 @@ export interface components {
|
|
|
6477
6477
|
/** Request */
|
|
6478
6478
|
organization__create_agent__Request: {
|
|
6479
6479
|
/** @description The name of the new agent. */
|
|
6480
|
-
agent_name: components["schemas"]["
|
|
6480
|
+
agent_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__2"];
|
|
6481
6481
|
};
|
|
6482
6482
|
/** Response */
|
|
6483
6483
|
organization__create_agent__Response: {
|
|
@@ -6490,7 +6490,7 @@ export interface components {
|
|
|
6490
6490
|
/** Request */
|
|
6491
6491
|
organization__create_agent_version__Request: {
|
|
6492
6492
|
/** @description The agent's initials. */
|
|
6493
|
-
initials?: components["schemas"]["
|
|
6493
|
+
initials?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__3"] | null;
|
|
6494
6494
|
/** @description Information about the agent's identity. */
|
|
6495
6495
|
identity?: components["schemas"]["Identity-Input"] | null;
|
|
6496
6496
|
/** @description A description of the agent's background. */
|
|
@@ -6627,7 +6627,7 @@ export interface components {
|
|
|
6627
6627
|
onboarding_instructions: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6628
6628
|
/** @description The name of the Azure DevOps team to create (if it doesn't exist) for this organization. All orgs with the same Azure DevOps team name will share access to the same Azure DevOps resources, namely
|
|
6629
6629
|
* the source code for tools. */
|
|
6630
|
-
azure_devops_team_name: components["schemas"]["
|
|
6630
|
+
azure_devops_team_name: components["schemas"]["StrippedNonemptyString_a-z-______"];
|
|
6631
6631
|
};
|
|
6632
6632
|
/** Preferences */
|
|
6633
6633
|
organization__create_organization__Request__Preferences: {
|
|
@@ -6665,7 +6665,7 @@ export interface components {
|
|
|
6665
6665
|
/** Request */
|
|
6666
6666
|
organization__create_service_hierarchical_state_machine__Request: {
|
|
6667
6667
|
/** @description The name of the new state machine. */
|
|
6668
|
-
state_machine_name: components["schemas"]["
|
|
6668
|
+
state_machine_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__2"];
|
|
6669
6669
|
};
|
|
6670
6670
|
/** Response */
|
|
6671
6671
|
organization__create_service_hierarchical_state_machine__Response: {
|
|
@@ -7051,7 +7051,7 @@ export interface components {
|
|
|
7051
7051
|
/** Request */
|
|
7052
7052
|
role__create_role__Request: {
|
|
7053
7053
|
/** @description The name of the role to create. The role must have a max length of 256 characters. */
|
|
7054
|
-
role_name: components["schemas"]["
|
|
7054
|
+
role_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__2"];
|
|
7055
7055
|
/** @description A description about the role. */
|
|
7056
7056
|
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7057
7057
|
/**
|
|
@@ -8174,6 +8174,11 @@ export interface components {
|
|
|
8174
8174
|
* @description A list of additional context to update. If `null`, the context is not modified.
|
|
8175
8175
|
*/
|
|
8176
8176
|
additional_context?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][] | null;
|
|
8177
|
+
/**
|
|
8178
|
+
* Enable Azure Devops Access
|
|
8179
|
+
* @description Whether to enable Azure DevOps access for this user to enable tool development. If `null`, it is not modified.
|
|
8180
|
+
*/
|
|
8181
|
+
enable_azure_devops_access?: boolean | null;
|
|
8177
8182
|
};
|
|
8178
8183
|
/** Request */
|
|
8179
8184
|
webhook_destination__create_webhook_destination__Request: {
|
|
@@ -8510,6 +8515,13 @@ export interface operations {
|
|
|
8510
8515
|
};
|
|
8511
8516
|
content?: never;
|
|
8512
8517
|
};
|
|
8518
|
+
/** @description A related operation is in progress. */
|
|
8519
|
+
409: {
|
|
8520
|
+
headers: {
|
|
8521
|
+
[name: string]: unknown;
|
|
8522
|
+
};
|
|
8523
|
+
content?: never;
|
|
8524
|
+
};
|
|
8513
8525
|
/** @description Invalid request path parameter failed validation. */
|
|
8514
8526
|
422: {
|
|
8515
8527
|
headers: {
|
|
@@ -10925,6 +10937,13 @@ export interface operations {
|
|
|
10925
10937
|
};
|
|
10926
10938
|
content?: never;
|
|
10927
10939
|
};
|
|
10940
|
+
/** @description A related operation is in progress. */
|
|
10941
|
+
409: {
|
|
10942
|
+
headers: {
|
|
10943
|
+
[name: string]: unknown;
|
|
10944
|
+
};
|
|
10945
|
+
content?: never;
|
|
10946
|
+
};
|
|
10928
10947
|
/** @description Invalid request path parameter or request body failed validation. */
|
|
10929
10948
|
422: {
|
|
10930
10949
|
headers: {
|
|
@@ -11260,7 +11279,7 @@ export interface operations {
|
|
|
11260
11279
|
};
|
|
11261
11280
|
content?: never;
|
|
11262
11281
|
};
|
|
11263
|
-
/** @description User with the same email already exists in this organization. */
|
|
11282
|
+
/** @description User with the same email already exists in this organization, or a related operation is in progress. */
|
|
11264
11283
|
409: {
|
|
11265
11284
|
headers: {
|
|
11266
11285
|
[name: string]: unknown;
|
|
@@ -11335,6 +11354,13 @@ export interface operations {
|
|
|
11335
11354
|
};
|
|
11336
11355
|
content?: never;
|
|
11337
11356
|
};
|
|
11357
|
+
/** @description A related operation is in progress. */
|
|
11358
|
+
409: {
|
|
11359
|
+
headers: {
|
|
11360
|
+
[name: string]: unknown;
|
|
11361
|
+
};
|
|
11362
|
+
content?: never;
|
|
11363
|
+
};
|
|
11338
11364
|
/** @description Invalid request path parameter failed validation. */
|
|
11339
11365
|
422: {
|
|
11340
11366
|
headers: {
|