Closed lewismacnow closed 3 weeks ago
Temporarily closing this PR + issue for justification prior (everything works as it should).
Why can someone not just call GET /v1/workspace/:slug
since this returns all thread slugs for a workspace?
This also returns the user_id and slug so you can easily then form a chat from that information per-user.
It can also be returned when even listing all workspaces https://github.com/Mintplex-Labs/anything-llm/blob/master/server/endpoints/api/workspace/index.js#L119-L129
Pull Request Type
Relevant Issues
Resolves #2538
What is in this change?
Enhance the API for AnythingLLM by adding functionality to get all Threads
Adds "threads" Get API
Additional Information
Developer Validations
Please Peer Review!
yarn lint
from the root of the repo & committed changes