amigo_sdk 0.70.0__py3-none-any.whl → 0.73.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.
amigo_sdk/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.70.0"
1
+ __version__ = "0.73.0"
2
2
  from .sdk_client import AmigoClient, AsyncAmigoClient
3
3
 
4
4
  __all__ = ["__version__", "AmigoClient", "AsyncAmigoClient"]
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: <stdin>
3
- # timestamp: 2025-12-03T16:58:45+00:00
3
+ # timestamp: 2025-12-03T23:53:32+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1704,12 +1704,6 @@ AmigoLibMongoCollectionsSimulationUnitTestSetRunSimulationUnitTestSetRunUserInfo
1704
1704
  )
1705
1705
 
1706
1706
 
1707
- class AmigoLibMongoCollectionsToolInvocationToolInvocationVersion(BaseModel):
1708
- major: int = Field(..., title='Major')
1709
- minor: int = Field(..., title='Minor')
1710
- patch: int = Field(..., title='Patch')
1711
-
1712
-
1713
1707
  class AmigoLibMongoCollectionsToolVersionToolVersionUserInfo(BaseModel):
1714
1708
  user_id: str = Field(..., description='The ID of the user.', title='User Id')
1715
1709
  user_org_id: str = Field(
@@ -1717,6 +1711,12 @@ class AmigoLibMongoCollectionsToolVersionToolVersionUserInfo(BaseModel):
1717
1711
  )
1718
1712
 
1719
1713
 
1714
+ class AmigoLibMongoCollectionsToolVersionToolVersionVersion(BaseModel):
1715
+ major: int = Field(..., title='Major')
1716
+ minor: int = Field(..., title='Minor')
1717
+ patch: int = Field(..., title='Patch')
1718
+
1719
+
1720
1720
  class AmigoLibMongoCollectionsUserUserPreferences(BaseModel):
1721
1721
  enable_response_recommendation: Optional[bool] = Field(
1722
1722
  False,
@@ -1955,20 +1955,6 @@ class DynamicBehaviorSetGetDynamicBehaviorInvocationsResponse(BaseModel):
1955
1955
  )
1956
1956
 
1957
1957
 
1958
- class DynamicBehaviorSetGetDynamicBehaviorSetsResponseDynamicBehaviorSetInstance(
1959
- BaseModel
1960
- ):
1961
- id: str = Field(..., title='Id')
1962
- name: str = Field(..., title='Name')
1963
- is_active: bool = Field(..., title='Is Active')
1964
- applied_to_services: List[str] = Field(..., title='Applied To Services')
1965
- tags: Dict[str, Optional[str]] = Field(..., title='Tags')
1966
- created_at: AwareDatetime = Field(..., title='Created At')
1967
- creator: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
1968
- updated_at: AwareDatetime = Field(..., title='Updated At')
1969
- updated_by: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
1970
-
1971
-
1972
1958
  class DynamicBehaviorSetGetDynamicBehaviorSetsResponseFilterValues(BaseModel):
1973
1959
  applied_to_services_ids: List[str] = Field(
1974
1960
  ...,
@@ -1989,14 +1975,18 @@ class DynamicBehaviorSetGetDynamicBehaviorSetsResponseFilterValues(BaseModel):
1989
1975
  )
1990
1976
 
1991
1977
 
1992
- class DynamicBehaviorSetSearchDynamicBehaviorSetsResponse(BaseModel):
1993
- dynamic_behavior_sets: List[
1994
- DynamicBehaviorSetGetDynamicBehaviorSetsResponseDynamicBehaviorSetInstance
1995
- ] = Field(
1996
- ...,
1997
- description='The retrieved dynamic behavior sets.',
1998
- title='Dynamic Behavior Sets',
1999
- )
1978
+ class DynamicBehaviorSetSearchDynamicBehaviorSetsResponseDynamicBehaviorSetInstance(
1979
+ BaseModel
1980
+ ):
1981
+ id: str = Field(..., title='Id')
1982
+ name: str = Field(..., title='Name')
1983
+ is_active: bool = Field(..., title='Is Active')
1984
+ applied_to_services: List[str] = Field(..., title='Applied To Services')
1985
+ tags: Dict[str, Optional[str]] = Field(..., title='Tags')
1986
+ created_at: AwareDatetime = Field(..., title='Created At')
1987
+ creator: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
1988
+ updated_at: AwareDatetime = Field(..., title='Updated At')
1989
+ updated_by: AmigoLibMongoCollectionsDynamicBehaviorSetDynamicBehaviorSetUserInfo
2000
1990
 
2001
1991
 
2002
1992
  class DynamicBehaviorSetUpdateDynamicBehaviorSetRequestAppliedToService(
@@ -10775,19 +10765,19 @@ class OrganizationCreateServiceHierarchicalStateMachineResponse(BaseModel):
10775
10765
  )
10776
10766
 
10777
10767
 
10778
- class OrganizationCreateServiceHierarchicalStateMachineVersionRequestDecisionStateExitConditionNextState(
10768
+ class OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitConditionNextState(
10779
10769
  AnnotationStateInputNextState
10780
10770
  ):
10781
10771
  pass
10782
10772
 
10783
10773
 
10784
- class OrganizationCreateServiceHierarchicalStateMachineVersionRequestDecisionStateExitCondition(
10774
+ class OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitCondition(
10785
10775
  BaseModel
10786
10776
  ):
10787
10777
  description: str = Field(..., min_length=1)
10788
10778
  next_state: Union[
10789
10779
  StateOrRefName,
10790
- OrganizationCreateServiceHierarchicalStateMachineVersionRequestDecisionStateExitConditionNextState,
10780
+ OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitConditionNextState,
10791
10781
  ] = Field(..., title='Next State')
10792
10782
 
10793
10783
 
@@ -10951,13 +10941,6 @@ class RoleModifyRoleResponse(BaseModel):
10951
10941
  )
10952
10942
 
10953
10943
 
10954
- class ServiceCreateServiceRequestVersionSetLLMConfig(BaseModel):
10955
- llm_name: LLMType
10956
- params: Optional[Dict[str, Any]] = Field(
10957
- {}, description='LLM-specific parameters to use.', title='Params'
10958
- )
10959
-
10960
-
10961
10944
  class ServiceCreateServiceResponse(BaseModel):
10962
10945
  id: str = Field(..., description='The ID of the newly created service.', title='Id')
10963
10946
 
@@ -11017,19 +11000,10 @@ class ServiceUpdateServiceRequest(BaseModel):
11017
11000
  )
11018
11001
 
11019
11002
 
11020
- class ServiceUpsertServiceVersionSetRequestVersionSet(BaseModel):
11021
- agent_version_number: Optional[int] = Field(
11022
- ...,
11023
- description='The version number of the agent to be used. If None, the latest agent version will be used.',
11024
- title='Agent Version Number',
11025
- )
11026
- service_hierarchical_state_machine_version_number: Optional[int] = Field(
11027
- ...,
11028
- description='The version number of the state machine to be used. If None, the latest state machine version will be used.',
11029
- title='Service Hierarchical State Machine Version Number',
11030
- )
11031
- llm_model_preferences: Dict[str, ServiceCreateServiceRequestVersionSetLLMConfig] = (
11032
- Field(..., title='Llm Model Preferences')
11003
+ class ServiceUpsertServiceVersionSetRequestVersionSetLLMConfig(BaseModel):
11004
+ llm_name: LLMType
11005
+ params: Optional[Dict[str, Any]] = Field(
11006
+ {}, description='LLM-specific parameters to use.', title='Params'
11033
11007
  )
11034
11008
 
11035
11009
 
@@ -11251,37 +11225,6 @@ class SimulationGetSimulationScenariosResponseFilterValues(BaseModel):
11251
11225
  )
11252
11226
 
11253
11227
 
11254
- class SimulationGetSimulationScenariosResponseSimulationScenarioInstance(BaseModel):
11255
- id: str = Field(..., description='The ID of the simulation scenario.', title='Id')
11256
- name: str = Field(
11257
- ..., description='The name of the simulation scenario.', title='Name'
11258
- )
11259
- tags: Dict[str, Optional[str]] = Field(
11260
- ..., description='The tags of the simulation scenario.', title='Tags'
11261
- )
11262
- is_deleted: bool = Field(
11263
- ...,
11264
- description='Whether the simulation scenario is deleted.',
11265
- title='Is Deleted',
11266
- )
11267
- created_at: AwareDatetime = Field(
11268
- ...,
11269
- description='The timestamp when the simulation scenario was created.',
11270
- title='Created At',
11271
- )
11272
- creator: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
11273
- Field(..., description='The user who created the simulation scenario.')
11274
- )
11275
- updated_at: AwareDatetime = Field(
11276
- ...,
11277
- description='The timestamp when the simulation scenario was last updated.',
11278
- title='Updated At',
11279
- )
11280
- updated_by: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
11281
- Field(..., description='The user who last updated the simulation scenario.')
11282
- )
11283
-
11284
-
11285
11228
  class SimulationGetSimulationUnitTestSetRunArtifactsResponse(BaseModel):
11286
11229
  presigned_url: str = Field(
11287
11230
  ...,
@@ -11404,13 +11347,34 @@ class SimulationSearchSimulationPersonasResponseSimulationPersonaInstance(BaseMo
11404
11347
  )
11405
11348
 
11406
11349
 
11407
- class SimulationSearchSimulationScenariosResponse(BaseModel):
11408
- simulation_scenarios: List[
11409
- SimulationGetSimulationScenariosResponseSimulationScenarioInstance
11410
- ] = Field(
11350
+ class SimulationSearchSimulationScenariosResponseSimulationScenarioInstance(BaseModel):
11351
+ id: str = Field(..., description='The ID of the simulation scenario.', title='Id')
11352
+ name: str = Field(
11353
+ ..., description='The name of the simulation scenario.', title='Name'
11354
+ )
11355
+ tags: Dict[str, Optional[str]] = Field(
11356
+ ..., description='The tags of the simulation scenario.', title='Tags'
11357
+ )
11358
+ is_deleted: bool = Field(
11411
11359
  ...,
11412
- description='The list of simulation scenarios.',
11413
- title='Simulation Scenarios',
11360
+ description='Whether the simulation scenario is deleted.',
11361
+ title='Is Deleted',
11362
+ )
11363
+ created_at: AwareDatetime = Field(
11364
+ ...,
11365
+ description='The timestamp when the simulation scenario was created.',
11366
+ title='Created At',
11367
+ )
11368
+ creator: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
11369
+ Field(..., description='The user who created the simulation scenario.')
11370
+ )
11371
+ updated_at: AwareDatetime = Field(
11372
+ ...,
11373
+ description='The timestamp when the simulation scenario was last updated.',
11374
+ title='Updated At',
11375
+ )
11376
+ updated_by: AmigoLibMongoCollectionsSimulationScenarioSimulationScenarioUserInfo = (
11377
+ Field(..., description='The user who last updated the simulation scenario.')
11414
11378
  )
11415
11379
 
11416
11380
 
@@ -12136,7 +12100,7 @@ class GetConversationMessagesParametersQuery(BaseModel):
12136
12100
  [], description='The IDs of the messages to retrieve.', title='Id'
12137
12101
  )
12138
12102
  message_type: Optional[List[MessageType]] = Field(
12139
- ['agent-message', 'user-message', 'external-event'],
12103
+ ['user-message', 'external-event', 'agent-message'],
12140
12104
  description='The type of messages to retrieve.',
12141
12105
  title='Message Type',
12142
12106
  )
@@ -14169,7 +14133,7 @@ class ToolVersionInstance(BaseModel):
14169
14133
  description='The ID of the tool that this version belongs to.',
14170
14134
  title='Tool Id',
14171
14135
  )
14172
- version: AmigoLibMongoCollectionsToolInvocationToolInvocationVersion = Field(
14136
+ version: AmigoLibMongoCollectionsToolVersionToolVersionVersion = Field(
14173
14137
  ..., description='The version of the tool.'
14174
14138
  )
14175
14139
  required_envvars: List[str] = Field(
@@ -14485,7 +14449,7 @@ class DynamicBehaviorSetGetDynamicBehaviorSetVersionsResponse(BaseModel):
14485
14449
 
14486
14450
  class DynamicBehaviorSetGetDynamicBehaviorSetsResponse(BaseModel):
14487
14451
  dynamic_behavior_sets: List[
14488
- DynamicBehaviorSetGetDynamicBehaviorSetsResponseDynamicBehaviorSetInstance
14452
+ DynamicBehaviorSetSearchDynamicBehaviorSetsResponseDynamicBehaviorSetInstance
14489
14453
  ] = Field(
14490
14454
  ...,
14491
14455
  description='The retrieved dynamic behavior sets.',
@@ -14509,6 +14473,16 @@ class DynamicBehaviorSetGetDynamicBehaviorSetsResponse(BaseModel):
14509
14473
  )
14510
14474
 
14511
14475
 
14476
+ class DynamicBehaviorSetSearchDynamicBehaviorSetsResponse(BaseModel):
14477
+ dynamic_behavior_sets: List[
14478
+ DynamicBehaviorSetSearchDynamicBehaviorSetsResponseDynamicBehaviorSetInstance
14479
+ ] = Field(
14480
+ ...,
14481
+ description='The retrieved dynamic behavior sets.',
14482
+ title='Dynamic Behavior Sets',
14483
+ )
14484
+
14485
+
14512
14486
  class MetricCreateMetricRequest(BaseModel):
14513
14487
  name: str = Field(
14514
14488
  ...,
@@ -14817,37 +14791,20 @@ class RoleModifyRoleRequest(BaseModel):
14817
14791
  )
14818
14792
 
14819
14793
 
14820
- class ServiceCreateServiceRequest(BaseModel):
14821
- service_hierarchical_state_machine_id: str = Field(
14822
- ...,
14823
- description='The ID of the state machine that this service uses.',
14824
- pattern='^[a-f0-9]{24}$',
14825
- title='Service Hierarchical State Machine Id',
14826
- )
14827
- agent_id: str = Field(
14794
+ class ServiceCreateServiceRequestVersionSet(BaseModel):
14795
+ agent_version_number: Optional[int] = Field(
14828
14796
  ...,
14829
- description='The ID of the agent that this service uses.',
14830
- pattern='^[a-f0-9]{24}$',
14831
- title='Agent Id',
14832
- )
14833
- name: str = Field(..., description='The name of this service.', min_length=1)
14834
- description: str = Field(
14835
- ..., description='A description of this service.', min_length=1
14797
+ description='The version number of the agent to be used. If None, the latest agent version will be used.',
14798
+ title='Agent Version Number',
14836
14799
  )
14837
- is_active: bool = Field(
14800
+ service_hierarchical_state_machine_version_number: Optional[int] = Field(
14838
14801
  ...,
14839
- description='Whether the newly-created service is active. Only active services are visible to users on the dashboard. You can later adjust the activeness of this service.',
14840
- title='Is Active',
14841
- )
14842
- release_version_set: Optional[ServiceUpsertServiceVersionSetRequestVersionSet] = (
14843
- Field(
14844
- None,
14845
- 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\nlatest agent and state machine versions with no model preference.',
14846
- )
14847
- )
14848
- tags: Dict[str, Optional[StrippedNonemptyStringWS]] = Field(
14849
- ..., description='The tags of this service.', title='Tags'
14802
+ description='The version number of the state machine to be used. If None, the latest state machine version will be used.',
14803
+ title='Service Hierarchical State Machine Version Number',
14850
14804
  )
14805
+ llm_model_preferences: Dict[
14806
+ str, ServiceUpsertServiceVersionSetRequestVersionSetLLMConfig
14807
+ ] = Field(..., title='Llm Model Preferences')
14851
14808
 
14852
14809
 
14853
14810
  class ServiceGetServicesResponse(BaseModel):
@@ -14871,7 +14828,7 @@ class ServiceGetServicesResponse(BaseModel):
14871
14828
 
14872
14829
 
14873
14830
  class ServiceUpsertServiceVersionSetRequest(BaseModel):
14874
- version_set: ServiceUpsertServiceVersionSetRequestVersionSet = Field(
14831
+ version_set: ServiceCreateServiceRequestVersionSet = Field(
14875
14832
  ..., description='The version set to upsert.'
14876
14833
  )
14877
14834
 
@@ -14963,7 +14920,7 @@ class SimulationGetSimulationPersonasResponse(BaseModel):
14963
14920
 
14964
14921
  class SimulationGetSimulationScenariosResponse(BaseModel):
14965
14922
  simulation_scenarios: List[
14966
- SimulationGetSimulationScenariosResponseSimulationScenarioInstance
14923
+ SimulationSearchSimulationScenariosResponseSimulationScenarioInstance
14967
14924
  ] = Field(
14968
14925
  ...,
14969
14926
  description='The list of simulation scenarios.',
@@ -15019,6 +14976,16 @@ class SimulationSearchSimulationPersonasResponse(BaseModel):
15019
14976
  )
15020
14977
 
15021
14978
 
14979
+ class SimulationSearchSimulationScenariosResponse(BaseModel):
14980
+ simulation_scenarios: List[
14981
+ SimulationSearchSimulationScenariosResponseSimulationScenarioInstance
14982
+ ] = Field(
14983
+ ...,
14984
+ description='The list of simulation scenarios.',
14985
+ title='Simulation Scenarios',
14986
+ )
14987
+
14988
+
15022
14989
  class SimulationSearchSimulationUnitTestSetResponse(BaseModel):
15023
14990
  simulation_unit_test_sets: List[SimulationUnitTestSet] = Field(
15024
14991
  ...,
@@ -15134,7 +15101,7 @@ class UserGetUserModelResponse(BaseModel):
15134
15101
  )
15135
15102
 
15136
15103
 
15137
- class UserSearchUsersResponseUserInstance(BaseModel):
15104
+ class UserGetUsersResponseUserInstance(BaseModel):
15138
15105
  org_id: str = Field(
15139
15106
  ...,
15140
15107
  description='The ID of the organization that this user belongs to.',
@@ -15159,6 +15126,12 @@ class UserSearchUsersResponseUserInstance(BaseModel):
15159
15126
  )
15160
15127
 
15161
15128
 
15129
+ class UserSearchUsersResponse(BaseModel):
15130
+ users: List[UserGetUsersResponseUserInstance] = Field(
15131
+ ..., description='Users in this organization.', title='Users'
15132
+ )
15133
+
15134
+
15162
15135
  class WebhookDestinationGetWebhookDeliveriesResponse(BaseModel):
15163
15136
  webhook_deliveries: List[WebhookDeliveryInstance] = Field(
15164
15137
  ..., description='The retrieved webhook deliveries.', title='Webhook Deliveries'
@@ -15254,7 +15227,7 @@ class ActionStateInput(BaseModel):
15254
15227
  Field(..., title='Boundary Constraints')
15255
15228
  )
15256
15229
  exit_conditions: List[
15257
- OrganizationCreateServiceHierarchicalStateMachineVersionRequestDecisionStateExitCondition
15230
+ OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitCondition
15258
15231
  ] = Field(..., title='Exit Conditions')
15259
15232
  action_tool_call_specs: List[ToolCallSpecInput] = Field(
15260
15233
  ..., title='Action Tool Call Specs'
@@ -15363,7 +15336,7 @@ class DecisionStateInput(BaseModel):
15363
15336
  type: Literal['decision'] = Field(..., title='Type')
15364
15337
  name: str = Field(..., pattern='^[A-Za-z0-9_]+$')
15365
15338
  exit_conditions: List[
15366
- OrganizationCreateServiceHierarchicalStateMachineVersionRequestDecisionStateExitCondition
15339
+ OrganizationCreateServiceHierarchicalStateMachineVersionRequestActionStateExitCondition
15367
15340
  ] = Field(..., title='Exit Conditions')
15368
15341
  decision_guidelines: List[AmigoLibPydanticBaseModelStrippedNonemptyString1] = Field(
15369
15342
  ..., title='Decision Guidelines'
@@ -16047,6 +16020,37 @@ class RoleGetRolesResponse(BaseModel):
16047
16020
  )
16048
16021
 
16049
16022
 
16023
+ class ServiceCreateServiceRequest(BaseModel):
16024
+ service_hierarchical_state_machine_id: str = Field(
16025
+ ...,
16026
+ description='The ID of the state machine that this service uses.',
16027
+ pattern='^[a-f0-9]{24}$',
16028
+ title='Service Hierarchical State Machine Id',
16029
+ )
16030
+ agent_id: str = Field(
16031
+ ...,
16032
+ description='The ID of the agent that this service uses.',
16033
+ pattern='^[a-f0-9]{24}$',
16034
+ title='Agent Id',
16035
+ )
16036
+ name: str = Field(..., description='The name of this service.', min_length=1)
16037
+ description: str = Field(
16038
+ ..., description='A description of this service.', min_length=1
16039
+ )
16040
+ is_active: bool = Field(
16041
+ ...,
16042
+ description='Whether the newly-created service is active. Only active services are visible to users on the dashboard. You can later adjust the activeness of this service.',
16043
+ title='Is Active',
16044
+ )
16045
+ release_version_set: Optional[ServiceCreateServiceRequestVersionSet] = Field(
16046
+ None,
16047
+ 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\nlatest agent and state machine versions with no model preference.',
16048
+ )
16049
+ tags: Dict[str, Optional[StrippedNonemptyStringWS]] = Field(
16050
+ ..., description='The tags of this service.', title='Tags'
16051
+ )
16052
+
16053
+
16050
16054
  class SimulationCreateSimulationUnitTestRequest(BaseModel):
16051
16055
  name: str = Field(..., description='The name of the unit test.', min_length=1)
16052
16056
  description: str = Field(
@@ -16180,7 +16184,7 @@ class SimulationUpdateSimulationUnitTestRequest(BaseModel):
16180
16184
  )
16181
16185
 
16182
16186
 
16183
- class ToolGetToolInvocationsResponseToolInvocationInstance(BaseModel):
16187
+ class ToolSearchToolInvocationsResponseToolInvocationInstance(BaseModel):
16184
16188
  id: str = Field(..., description='The ID of the tool invocation.', title='Id')
16185
16189
  org_id: str = Field(..., description='The ID of the organization.', title='Org Id')
16186
16190
  created_at: Optional[AwareDatetime] = Field(None, title='Created At')
@@ -16202,21 +16206,13 @@ class ToolGetToolInvocationsResponseToolInvocationInstance(BaseModel):
16202
16206
  tool_id: str = Field(
16203
16207
  ..., description='The ID of the tool that was invoked.', title='Tool Id'
16204
16208
  )
16205
- tool_version: AmigoLibMongoCollectionsToolInvocationToolInvocationVersion = Field(
16209
+ tool_version: AmigoLibMongoCollectionsToolVersionToolVersionVersion = Field(
16206
16210
  ..., description='The version of the tool that was invoked.'
16207
16211
  )
16208
16212
 
16209
16213
 
16210
- class ToolSearchToolInvocationsResponse(BaseModel):
16211
- tool_invocations: List[ToolGetToolInvocationsResponseToolInvocationInstance] = (
16212
- Field(
16213
- ..., description='The list of tool invocations.', title='Tool Invocations'
16214
- )
16215
- )
16216
-
16217
-
16218
16214
  class UserGetUsersResponse(BaseModel):
16219
- users: List[UserSearchUsersResponseUserInstance] = Field(
16215
+ users: List[UserGetUsersResponseUserInstance] = Field(
16220
16216
  ..., description='Users in this organization.', title='Users'
16221
16217
  )
16222
16218
  has_more: bool = Field(
@@ -16229,12 +16225,6 @@ class UserGetUsersResponse(BaseModel):
16229
16225
  )
16230
16226
 
16231
16227
 
16232
- class UserSearchUsersResponse(BaseModel):
16233
- users: List[UserSearchUsersResponseUserInstance] = Field(
16234
- ..., description='Users in this organization.', title='Users'
16235
- )
16236
-
16237
-
16238
16228
  class SimulationUnitTestSetRunInstance(BaseModel):
16239
16229
  org_id: str = Field(..., title='Org Id')
16240
16230
  id: str = Field(..., title='Id')
@@ -16334,7 +16324,7 @@ class SimulationGetSimulationUnitTestSetRunsResponse(BaseModel):
16334
16324
 
16335
16325
 
16336
16326
  class ToolGetToolInvocationsResponse(BaseModel):
16337
- tool_invocations: List[ToolGetToolInvocationsResponseToolInvocationInstance] = (
16327
+ tool_invocations: List[ToolSearchToolInvocationsResponseToolInvocationInstance] = (
16338
16328
  Field(
16339
16329
  ..., description='The list of tool invocations.', title='Tool Invocations'
16340
16330
  )
@@ -16349,3 +16339,11 @@ class ToolGetToolInvocationsResponse(BaseModel):
16349
16339
  description='The continuation token to retrieve the next page of tool invocations, or null if there are no more tool invocations.',
16350
16340
  title='Continuation Token',
16351
16341
  )
16342
+
16343
+
16344
+ class ToolSearchToolInvocationsResponse(BaseModel):
16345
+ tool_invocations: List[ToolSearchToolInvocationsResponseToolInvocationInstance] = (
16346
+ Field(
16347
+ ..., description='The list of tool invocations.', title='Tool Invocations'
16348
+ )
16349
+ )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amigo_sdk
3
- Version: 0.70.0
3
+ Version: 0.73.0
4
4
  Summary: Amigo AI Python SDK
5
5
  Author: Amigo AI
6
6
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- amigo_sdk/__init__.py,sha256=f5lR2WPI6sR2xJpKf3k4M0oUwFUzeqSBqcO3UipgrQc,139
1
+ amigo_sdk/__init__.py,sha256=M3-cznKBTuATdoY_7EDHlhXFTzv8qPMn-IA749TeT64,139
2
2
  amigo_sdk/_retry_utils.py,sha256=VbA_Uwv268J80d11R9XfnCjZiV-NwE1aXRsSlRjjRio,2108
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=Yn12AxIQ6zE9jnGLWO0MUVbBsmw77Kzh82AijyreOkA,4818
6
6
  amigo_sdk/http_client.py,sha256=tfMXHqMTmlz2ja7aJhOVgbwAiJNlKCzPcK4UGNqXHO8,13488
7
7
  amigo_sdk/models.py,sha256=V-G6iL43_ZNOPDcatCJCSszGWGz-nzp_RSyGNm-rBAc,45
8
8
  amigo_sdk/sdk_client.py,sha256=5nj8hzjHSFRs9JMNabdYIhQAcFE2G1jI_r7SHVGr9No,6106
9
- amigo_sdk/generated/model.py,sha256=53HP0RAAxkl4msbceJG48IsQYARftJozpPxGMMavnO0,457250
9
+ amigo_sdk/generated/model.py,sha256=1PM-mIT1t9v1EAqYqdrIxDPwG5lgyEF5WQ996wMOVSQ,457200
10
10
  amigo_sdk/resources/conversation.py,sha256=u4kOx5LPbhX92L41UnmPmaF9TkQA5bGev8N00dMoP9I,14805
11
11
  amigo_sdk/resources/organization.py,sha256=yX4UlOHNegRzFW4gCJrCxjiLCAGnGegasjviR1yad_Q,1211
12
12
  amigo_sdk/resources/service.py,sha256=t1iA3nS9co-wuR-x5jBhAXXTWfMeGsLwfQcLycwVrCA,1536
13
13
  amigo_sdk/resources/user.py,sha256=zikijiuGXgmkBVtrldor6XQGQK6jWXonDvNFuQs6XK4,3472
14
- amigo_sdk-0.70.0.dist-info/METADATA,sha256=a3t-Y72PZyYcb7VTrKh8WL1zoJyDDZ371AO3t0FkZgQ,8499
15
- amigo_sdk-0.70.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
- amigo_sdk-0.70.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
- amigo_sdk-0.70.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
- amigo_sdk-0.70.0.dist-info/RECORD,,
14
+ amigo_sdk-0.73.0.dist-info/METADATA,sha256=7N7JxtjUPVrkhrvvHODEkR8sRfkLGd1j5TeyuSAZV9M,8499
15
+ amigo_sdk-0.73.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
+ amigo_sdk-0.73.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
+ amigo_sdk-0.73.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
+ amigo_sdk-0.73.0.dist-info/RECORD,,