Skip to content

Commit

Permalink
Annotate PromptData
Browse files Browse the repository at this point in the history
Define GetPromptData Socketio data structure
  • Loading branch information
NeonDaniel committed Jan 9, 2025
1 parent 8cae740 commit 9b8bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_data_models/models/api/klat/socketio.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ class BanSubmindFromConversation(BaseModel):
__all__ = [GetSttRequest.__name__, GetTtsRequest.__name__, NewMessage.__name__,
GetPromptData.__name__, PromptData.__name__,
RequestNeonTranslations.__name__, AuthExpired.__name__,
BanSubmindFromConversation.__name__]
BanSubmindFromConversation.__name__]

0 comments on commit 9b8bcd9

Please sign in to comment.