PersonaFlow / agentstack

A platform for building configurable, database-backed generative AI agentic assistants.
MIT License
11 stars 0 forks source link

Attach Orphaned Threads when Assistant is Deleted #52

Open danorlando opened 6 months ago

danorlando commented 6 months ago

When an assistant is deleted, all threads with that assistant_id are essentially orphaned without an assistant. This is a scenario I hadn't thought about until I saw this merged PR for opengpts: https://github.com/langchain-ai/opengpts/pull/328

danorlando commented 3 months ago

172 Causing bug where can't delete assistant