pub async fn get_conversation(
__arg0: State<UnifiedAppState>,
__arg1: Path<String>,
) -> Result<Json<ConversationDetailResponse>, Response>Expand description
Fetch a specific conversation’s messages
pub async fn get_conversation(
__arg0: State<UnifiedAppState>,
__arg1: Path<String>,
) -> Result<Json<ConversationDetailResponse>, Response>Fetch a specific conversation’s messages