pub async fn insert(
conn: &mut PgConnection,
input: ChatbotConversationMessageToolOutput,
msg_id: Uuid,
) -> ModelResult<ChatbotConversationMessageToolOutput>pub async fn insert(
conn: &mut PgConnection,
input: ChatbotConversationMessageToolOutput,
msg_id: Uuid,
) -> ModelResult<ChatbotConversationMessageToolOutput>