added RAG, Multiuser, TG bot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from app.chat.notice_inbox import post_notice_to_latest_chat
|
||||
|
||||
|
||||
def post_chat_notice(content: str, user_id: int) -> None:
|
||||
post_notice_to_latest_chat(content, user_id)
|
||||
Reference in New Issue
Block a user