pub async fn delete_all_by_message_id(
conn: &mut PgConnection,
msg_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessageToolCall>>pub async fn delete_all_by_message_id(
conn: &mut PgConnection,
msg_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessageToolCall>>