gptscript-ai / desktop

MIT License
19 stars 13 forks source link

Fix: Make sure thread id is set before run #470

Closed StrongMonkey closed 1 week ago

StrongMonkey commented 1 week ago

We need to make that before running thread, threadID is always set. Otherwise this will break thread knowledge functionality as it relies on query thread knowledge dataset based on threadID.

https://github.com/gptscript-ai/desktop/issues/425 https://github.com/gptscript-ai/desktop/issues/420