mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* Add Stop button * Replaced QueryTracker stop checks in _prompt_llm in query.ts. Modified _prompt_llm and *gen_responses to take in node id for checking purposes. Added new css class for stopping status. * Used callback function instead of passing id to the backend, renamed QueryStopper and some of its functions, made custom error * Added semicolons and one more UserForcedPrematureExit check * Revise canceler to never clear id, and use unique id Date.now instead * Make cancel go into call_llm funcs * Cleanup console logs * Rebuild app and update package version --------- Co-authored-by: Kayla Zethelyn <kaylazethelyn@college.harvard.edu> Co-authored-by: Ian Arawjo <fatso784@gmail.com>