@amigo-ai/sdk 0.12.0 → 0.14.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: {
|
|
@@ -8346,6 +8351,13 @@ export interface operations {
|
|
|
8346
8351
|
"application/json": components["schemas"]["organization__create_organization__Response"];
|
|
8347
8352
|
};
|
|
8348
8353
|
};
|
|
8354
|
+
/** @description The specified organization ID is reserved. */
|
|
8355
|
+
400: {
|
|
8356
|
+
headers: {
|
|
8357
|
+
[name: string]: unknown;
|
|
8358
|
+
};
|
|
8359
|
+
content?: never;
|
|
8360
|
+
};
|
|
8349
8361
|
/** @description Invalid authorization credentials. */
|
|
8350
8362
|
401: {
|
|
8351
8363
|
headers: {
|
|
@@ -10932,6 +10944,13 @@ export interface operations {
|
|
|
10932
10944
|
};
|
|
10933
10945
|
content?: never;
|
|
10934
10946
|
};
|
|
10947
|
+
/** @description A related operation is in progress. */
|
|
10948
|
+
409: {
|
|
10949
|
+
headers: {
|
|
10950
|
+
[name: string]: unknown;
|
|
10951
|
+
};
|
|
10952
|
+
content?: never;
|
|
10953
|
+
};
|
|
10935
10954
|
/** @description Invalid request path parameter or request body failed validation. */
|
|
10936
10955
|
422: {
|
|
10937
10956
|
headers: {
|
|
@@ -11267,7 +11286,7 @@ export interface operations {
|
|
|
11267
11286
|
};
|
|
11268
11287
|
content?: never;
|
|
11269
11288
|
};
|
|
11270
|
-
/** @description User with the same email already exists in this organization. */
|
|
11289
|
+
/** @description User with the same email already exists in this organization, or a related operation is in progress. */
|
|
11271
11290
|
409: {
|
|
11272
11291
|
headers: {
|
|
11273
11292
|
[name: string]: unknown;
|
|
@@ -11342,6 +11361,13 @@ export interface operations {
|
|
|
11342
11361
|
};
|
|
11343
11362
|
content?: never;
|
|
11344
11363
|
};
|
|
11364
|
+
/** @description A related operation is in progress. */
|
|
11365
|
+
409: {
|
|
11366
|
+
headers: {
|
|
11367
|
+
[name: string]: unknown;
|
|
11368
|
+
};
|
|
11369
|
+
content?: never;
|
|
11370
|
+
};
|
|
11345
11371
|
/** @description Invalid request path parameter failed validation. */
|
|
11346
11372
|
422: {
|
|
11347
11373
|
headers: {
|