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
we expect the response to include only the runs associated with the provided threadId. However, the response contains every run in the database, without filtering by the given threadId.
Description
When invoking the following code:
we expect the response to include only the runs associated with the provided
threadId
. However, the response contains every run in the database, without filtering by the giventhreadId
.Steps to Reproduce
Default BASE_URL:
Do not provide a custom
BASE_URL
. The client will fall back to the default server provided by DataStax at:https://open-assistant-ai.astra.datastax.com
Client Setup:
Use a Node.js client with the "patch function".
Execution:
Run the following code snippet:
Observation:
The response contains all runs from the database, not just those associated with the provided
threadId
.Expected Behavior
The API should return only the runs associated with the provided
threadId
.Actual Behavior
All runs in the database are returned, ignoring the filtering by
threadId
.Environment Details
The text was updated successfully, but these errors were encountered: