Skip to main content

get_by_conversation_id_for_display

Function get_by_conversation_id_for_display 

Source
pub async fn get_by_conversation_id_for_display(
    conn: &mut PgConnection,
    conversation_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessage>>
Expand description

get_by_conversation_id for callers that only display the conversation.