mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: polish UI and display attachment when using local ai (#5906)
* chore: polish UI * chore: fix compile
This commit is contained in:
@ -4,8 +4,8 @@ pub use client_api::entity::ai_dto::{
|
||||
RelatedQuestion, RepeatedRelatedQuestion, StringOrMessage,
|
||||
};
|
||||
pub use client_api::entity::{
|
||||
ChatAuthorType, ChatMessage, ChatMessageMetadata, ChatMessageType, ChatMetadataData,
|
||||
MessageCursor, QAChatMessage, QuestionStreamValue, RepeatedChatMessage,
|
||||
ChatAuthorType, ChatMessage, ChatMessageMetadata, ChatMessageType, ChatMetadataContentType,
|
||||
ChatMetadataData, MessageCursor, QAChatMessage, QuestionStreamValue, RepeatedChatMessage,
|
||||
};
|
||||
use client_api::error::AppResponseError;
|
||||
use flowy_error::FlowyError;
|
||||
|
Reference in New Issue
Block a user