amigo_sdk 0.28.0__py3-none-any.whl → 0.30.0__py3-none-any.whl
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.
Potentially problematic release.
This version of amigo_sdk might be problematic. Click here for more details.
- amigo_sdk/__init__.py +1 -1
- amigo_sdk/generated/model.py +19 -4
- {amigo_sdk-0.28.0.dist-info → amigo_sdk-0.30.0.dist-info}/METADATA +1 -1
- {amigo_sdk-0.28.0.dist-info → amigo_sdk-0.30.0.dist-info}/RECORD +7 -7
- {amigo_sdk-0.28.0.dist-info → amigo_sdk-0.30.0.dist-info}/WHEEL +0 -0
- {amigo_sdk-0.28.0.dist-info → amigo_sdk-0.30.0.dist-info}/entry_points.txt +0 -0
- {amigo_sdk-0.28.0.dist-info → amigo_sdk-0.30.0.dist-info}/licenses/LICENSE +0 -0
amigo_sdk/__init__.py
CHANGED
amigo_sdk/generated/model.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: <stdin>
|
|
3
|
-
# timestamp: 2025-09-
|
|
3
|
+
# timestamp: 2025-09-22T20:18:08+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -8964,6 +8964,11 @@ class SimulationPersonaVersion(BaseModel):
|
|
|
8964
8964
|
description='The timezone of the simulation persona in the IANA tz database format. If unspecified, UTC is used.',
|
|
8965
8965
|
title='Timezone',
|
|
8966
8966
|
)
|
|
8967
|
+
user_models: List[str] = Field(
|
|
8968
|
+
...,
|
|
8969
|
+
description='The user models associated with the simulation persona.',
|
|
8970
|
+
title='User Models',
|
|
8971
|
+
)
|
|
8967
8972
|
|
|
8968
8973
|
|
|
8969
8974
|
class StateMachineInstance(BaseModel):
|
|
@@ -10725,6 +10730,11 @@ class SimulationCreateSimulationPersonaRequestInitialVersion(BaseModel):
|
|
|
10725
10730
|
description="The timezone of the simulation persona in the IANA tz database format. If unspecified, the organization's default timezone is used. If the organization's default timezone is not specified, UTC is used.",
|
|
10726
10731
|
title='Timezone',
|
|
10727
10732
|
)
|
|
10733
|
+
user_models: List[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
|
|
10734
|
+
...,
|
|
10735
|
+
description='A list of strings representing the user models associated with the simulation persona.',
|
|
10736
|
+
title='User Models',
|
|
10737
|
+
)
|
|
10728
10738
|
|
|
10729
10739
|
|
|
10730
10740
|
class SimulationCreateSimulationPersonaResponse(BaseModel):
|
|
@@ -10753,6 +10763,11 @@ class SimulationCreateSimulationPersonaVersionRequest(BaseModel):
|
|
|
10753
10763
|
description="The timezone of the simulation persona in the IANA tz database format. If unspecified, the organization's default timezone is used. If the organization's default timezone is not specified, UTC is used.",
|
|
10754
10764
|
title='Timezone',
|
|
10755
10765
|
)
|
|
10766
|
+
user_models: List[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
|
|
10767
|
+
...,
|
|
10768
|
+
description='A list of strings representing the user models associated with the simulation persona.',
|
|
10769
|
+
title='User Models',
|
|
10770
|
+
)
|
|
10756
10771
|
|
|
10757
10772
|
|
|
10758
10773
|
class SimulationCreateSimulationPersonaVersionResponse(BaseModel):
|
|
@@ -11008,7 +11023,7 @@ class SimulationUpdateSimulationUnitTestRequestMaxInteractions(RootModel[int]):
|
|
|
11008
11023
|
...,
|
|
11009
11024
|
description='The max number of interactions after which the unit test fails.',
|
|
11010
11025
|
gt=0,
|
|
11011
|
-
le=
|
|
11026
|
+
le=100,
|
|
11012
11027
|
title='Max Interactions',
|
|
11013
11028
|
)
|
|
11014
11029
|
|
|
@@ -11662,7 +11677,7 @@ class GetConversationMessagesParametersQuery(BaseModel):
|
|
|
11662
11677
|
[], description='The IDs of the messages to retrieve.', title='Id'
|
|
11663
11678
|
)
|
|
11664
11679
|
message_type: Optional[List[MessageType]] = Field(
|
|
11665
|
-
['
|
|
11680
|
+
['agent-message', 'user-message', 'external-event'],
|
|
11666
11681
|
description='The type of messages to retrieve.',
|
|
11667
11682
|
title='Message Type',
|
|
11668
11683
|
)
|
|
@@ -15296,7 +15311,7 @@ class SimulationCreateSimulationUnitTestRequest(BaseModel):
|
|
|
15296
15311
|
...,
|
|
15297
15312
|
description='The max number of interactions after which the unit test fails.',
|
|
15298
15313
|
gt=0,
|
|
15299
|
-
le=
|
|
15314
|
+
le=100,
|
|
15300
15315
|
title='Max Interactions',
|
|
15301
15316
|
)
|
|
15302
15317
|
success_criterions: List[
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
amigo_sdk/__init__.py,sha256=
|
|
1
|
+
amigo_sdk/__init__.py,sha256=rvXZ8_8x-EMsD7nlG8yO-E6M2R9lz77kK3S6nX-RcQA,139
|
|
2
2
|
amigo_sdk/_retry_utils.py,sha256=kFjw9Wqye6MB5-B4rjLxsbSNcfYBIztcollIoncd1hY,2142
|
|
3
3
|
amigo_sdk/auth.py,sha256=WaM9PcEcnaC6CzNsgRKueHkdSAxNbRylzpR_3Q6guQ0,1765
|
|
4
4
|
amigo_sdk/config.py,sha256=0eZIo-hcJ8ODftKAr-mwB-FGJxGO5PT5T4dRpyWPqAg,1491
|
|
@@ -6,13 +6,13 @@ amigo_sdk/errors.py,sha256=RkRyF5eAASd8fIOS6YvL9rLDvLAYWqHfpHSCR7jqvl4,4840
|
|
|
6
6
|
amigo_sdk/http_client.py,sha256=v25UoUbXcMeHTnfJMcrl8RSSwCVkKUL1Jv-0HoXP1B4,13507
|
|
7
7
|
amigo_sdk/models.py,sha256=V-G6iL43_ZNOPDcatCJCSszGWGz-nzp_RSyGNm-rBAc,45
|
|
8
8
|
amigo_sdk/sdk_client.py,sha256=Kr9M9o66pOLu0T2VDvqdYMmPZzgKJyTELu7BSPgGrYQ,6152
|
|
9
|
-
amigo_sdk/generated/model.py,sha256=
|
|
9
|
+
amigo_sdk/generated/model.py,sha256=AD6ga1AwGiTItYDMlzawTam7cLpxBxJpG1Mv4W6gXcE,424001
|
|
10
10
|
amigo_sdk/resources/conversation.py,sha256=5PkJOvLKqnriSS9K9hKw2VRPxRLTuABEbCyPy1fz1r0,14817
|
|
11
11
|
amigo_sdk/resources/organization.py,sha256=yX4UlOHNegRzFW4gCJrCxjiLCAGnGegasjviR1yad_Q,1211
|
|
12
12
|
amigo_sdk/resources/service.py,sha256=SiwEHXCQk4r1b_tGv47M08VuB7RALDHJQzWlpuD937g,1571
|
|
13
13
|
amigo_sdk/resources/user.py,sha256=i4t5aVzBI37KwAtLKSDWTMwf4D4KQdSDoUiblFe1u7o,3529
|
|
14
|
-
amigo_sdk-0.
|
|
15
|
-
amigo_sdk-0.
|
|
16
|
-
amigo_sdk-0.
|
|
17
|
-
amigo_sdk-0.
|
|
18
|
-
amigo_sdk-0.
|
|
14
|
+
amigo_sdk-0.30.0.dist-info/METADATA,sha256=5S4PfraVWTCv1hFFx64v1CY7nriHutBcZZUuuffhfWQ,8350
|
|
15
|
+
amigo_sdk-0.30.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
amigo_sdk-0.30.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
|
|
17
|
+
amigo_sdk-0.30.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
|
|
18
|
+
amigo_sdk-0.30.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|