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
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.
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:
/v1/workspaces/:workspace_name/messages
#1223Additional Context
No response
The text was updated successfully, but these errors were encountered: