mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-05-01 03:47:11 +02:00
* enable slash commands in dev api * lint * Remove ability to use default slash commands in API request Add `reset` param to body that can reset chats according to the api chat execution parameters Allow null `message` if `reset` is set in request. Added early return for if message is null and reset is true Enable chat to reset chat history and continue `message` execution Added generic WorkspaceChat history reset function. Deprecated others * update grep function comment remove debug --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>