Nathan.fooo 7abe9f4661
feat: show indicator when send chat message with attachment/mention etc (#5919)
* chore: adjust line height

* chore: send stream message

* chore: index file

* chore: clippy
2024-08-10 17:23:37 +08:00

14 lines
206 B
Rust

mod event_handler;
pub mod event_map;
pub mod ai_manager;
mod chat;
mod completion;
pub mod entities;
mod local_ai;
mod middleware;
pub mod notification;
mod persistence;
mod protobuf;
mod stream_message;