Skip to content

Conversation

NeonDaniel
Copy link
Member

Description

Adds klat.socketio submodule
Defines models for messages consumed by klatchat-observer

Issues

Other Notes

@NeonDaniel NeonDaniel requested a review from NeonKirill January 9, 2025 18:54
class NewMessage(BaseModel):
cid: str = Field(description="Conversation ID associated with the message")
userID: str = Field(description="User ID associated with the message")
userDisplayName: str = Field(description="Username of the sender")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants