This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Description
Description
When we added pagination to /v1/workspaces/:workspace_name/messages — we didn't add the ability to filter messages based on a substring contained in the prompt.
This was a feature that was available in the frontend, which was easier to do when we had access to the entire list of messages.
The task here is assess whether this is easy to do or not.
Related:
Additional Context
No response