Hacer una función que inserte el id de conversación #9
Owner
```rust
fn conversation(nombre_de_tabla, id) {
conv_id = openai.create.conversation();
supabase.from(tabla)
.eq('id', id)
.update('conv_id', conv_id);
}
```
Priority
Medium
3
Kind/Feature labels
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?