pub async fn update(
conn: &mut PgConnection,
conversation_message_id: Uuid,
text: &str,
message_is_complete: bool,
used_tokens: i32,
) -> ModelResult<ChatbotConversationMessageMessage>pub async fn update(
conn: &mut PgConnection,
conversation_message_id: Uuid,
text: &str,
message_is_complete: bool,
used_tokens: i32,
) -> ModelResult<ChatbotConversationMessageMessage>