Skip to content

Commit

Permalink
Fix Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
srhinos committed Apr 16, 2024
1 parent 41e883a commit e8be6e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/vocode/types/action_params_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Config:
allow_population_by_field_name = True


class ActionParamsRequest_ActionExternalAction(ExternalActionParams):
class ActionParamsRequest_ActionExternal(ExternalActionParams):

class Config:
frozen = True
Expand Down
2 changes: 1 addition & 1 deletion src/vocode/types/agent_update_params_actions_item_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Config:
allow_population_by_field_name = True


class AgentUpdateParamsActionsItemOne_ActionExternalAction(ExternalActionUpdateParams):
class AgentUpdateParamsActionsItemOne_ActionExternal(ExternalActionUpdateParams):
class Config:
frozen = True
smart_union = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Config:
allow_population_by_field_name = True


class CreateCallAgentParamsActionsItemOne_ActionExternalAction(ExternalActionParams):
class CreateCallAgentParamsActionsItemOne_ActionExternal(ExternalActionParams):

class Config:
frozen = True
Expand Down

0 comments on commit e8be6e3

Please sign in to comment.