pub async fn get_by_conversation_id(
conn: &mut PgConnection,
conversation_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessageCitation>>
pub async fn get_by_conversation_id(
conn: &mut PgConnection,
conversation_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessageCitation>>