django-ai-assistant icon indicating copy to clipboard operation
django-ai-assistant copied to clipboard

Integrate AI Assistants with Django to build intelligent applications

Results 32 django-ai-assistant issues
Sort by recently updated
recently updated
newest added

Compatibility with e.g. Mysql, where bulk insert does not return generated primary keys. ## Summary by Sourcery Support databases without bulk insert row-returning capability by falling back to individual saves...

## Bug Description When creating messages using the `save_django_messages` function, an error occurs: "All bulk_update() objects must have a primary key set". This happens because the code attempts to perform...