You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
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.