@amigo-ai/sdk 0.8.0 → 0.9.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.
|
@@ -3231,9 +3231,9 @@ export interface components {
|
|
|
3231
3231
|
};
|
|
3232
3232
|
};
|
|
3233
3233
|
/** @enum {string} */
|
|
3234
|
-
LLMLoadBalancingSetType: "o4-mini-2025-04-16" | "gpt-
|
|
3234
|
+
LLMLoadBalancingSetType: "o4-mini-2025-04-16" | "gpt-5-2025-08-07" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-5-chat-2025-08-07" | "claude-sonnet-4-20250514";
|
|
3235
3235
|
/** @enum {string} */
|
|
3236
|
-
LLMType: "openai_o4-mini-2025-04-16" | "openai_gpt-
|
|
3236
|
+
LLMType: "openai_o4-mini-2025-04-16" | "openai_gpt-5-2025-08-07" | "openai_gpt-5-mini-2025-08-07" | "openai_gpt-5-nano-2025-08-07" | "openai_gpt-5-chat-2025-08-07" | "azure_o4-mini-2025-04-16" | "azure_gpt-4.1-2025-04-14" | "azure_gpt-4.1-mini-2025-04-14" | "azure_gpt-5-2025-08-07" | "azure_gpt-5-mini-2025-08-07" | "azure_gpt-5-nano-2025-08-07" | "azure_gpt-5-chat-2025-08-07" | "google_claude-sonnet-4@20250514" | "aws_claude-sonnet-4-20250514" | "anthropic_claude-sonnet-4-20250514" | "google_gemini-2.5-pro" | "google_gemini-2.5-flash";
|
|
3237
3237
|
/** MP3UserMessageAudioConfig */
|
|
3238
3238
|
MP3UserMessageAudioConfig: {
|
|
3239
3239
|
/**
|
|
@@ -5960,6 +5960,7 @@ export interface components {
|
|
|
5960
5960
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__1: string;
|
|
5961
5961
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__2: string;
|
|
5962
5962
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__3: string;
|
|
5963
|
+
amigo_lib__pydantic__base_model__StrippedNonemptyString__4: string;
|
|
5963
5964
|
src__app__amigo__service__conversation__Action: components["schemas"]["SelectDynamicBehaviorAgentActionEvent"] | components["schemas"]["CheckIfActiveMemoryNeededAgentActionEvent"] | components["schemas"]["ExtractActiveMemoriesAgentActionEvent"] | components["schemas"]["NavigateStateMachineAgentActionEvent"] | components["schemas"]["EngageUserAgentActionEvent"];
|
|
5964
5965
|
/** Response */
|
|
5965
5966
|
admin__ping_server__Response: {
|
|
@@ -6475,7 +6476,7 @@ export interface components {
|
|
|
6475
6476
|
/** Request */
|
|
6476
6477
|
organization__create_agent__Request: {
|
|
6477
6478
|
/** @description The name of the new agent. */
|
|
6478
|
-
agent_name: components["schemas"]["
|
|
6479
|
+
agent_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__3"];
|
|
6479
6480
|
};
|
|
6480
6481
|
/** Response */
|
|
6481
6482
|
organization__create_agent__Response: {
|
|
@@ -6488,7 +6489,7 @@ export interface components {
|
|
|
6488
6489
|
/** Request */
|
|
6489
6490
|
organization__create_agent_version__Request: {
|
|
6490
6491
|
/** @description The agent's initials. */
|
|
6491
|
-
initials?: components["schemas"]["
|
|
6492
|
+
initials?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__4"] | null;
|
|
6492
6493
|
/** @description Information about the agent's identity. */
|
|
6493
6494
|
identity?: components["schemas"]["Identity-Input"] | null;
|
|
6494
6495
|
/** @description A description of the agent's background. */
|
|
@@ -6625,7 +6626,7 @@ export interface components {
|
|
|
6625
6626
|
onboarding_instructions: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6626
6627
|
/** @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
|
|
6627
6628
|
* the source code for tools. */
|
|
6628
|
-
azure_devops_team_name: components["schemas"]["
|
|
6629
|
+
azure_devops_team_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__2"];
|
|
6629
6630
|
};
|
|
6630
6631
|
/** Preferences */
|
|
6631
6632
|
organization__create_organization__Request__Preferences: {
|
|
@@ -6663,7 +6664,7 @@ export interface components {
|
|
|
6663
6664
|
/** Request */
|
|
6664
6665
|
organization__create_service_hierarchical_state_machine__Request: {
|
|
6665
6666
|
/** @description The name of the new state machine. */
|
|
6666
|
-
state_machine_name: components["schemas"]["
|
|
6667
|
+
state_machine_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__3"];
|
|
6667
6668
|
};
|
|
6668
6669
|
/** Response */
|
|
6669
6670
|
organization__create_service_hierarchical_state_machine__Response: {
|
|
@@ -7049,7 +7050,7 @@ export interface components {
|
|
|
7049
7050
|
/** Request */
|
|
7050
7051
|
role__create_role__Request: {
|
|
7051
7052
|
/** @description The name of the role to create. The role must have a max length of 256 characters. */
|
|
7052
|
-
role_name: components["schemas"]["
|
|
7053
|
+
role_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__3"];
|
|
7053
7054
|
/** @description A description about the role. */
|
|
7054
7055
|
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7055
7056
|
/**
|
|
@@ -8480,7 +8481,7 @@ export interface operations {
|
|
|
8480
8481
|
};
|
|
8481
8482
|
content?: never;
|
|
8482
8483
|
};
|
|
8483
|
-
/** @description The current environment does not support this endpoint. */
|
|
8484
|
+
/** @description The current environment or organization does not support this endpoint. */
|
|
8484
8485
|
400: {
|
|
8485
8486
|
headers: {
|
|
8486
8487
|
[name: string]: unknown;
|