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
As a user, I want the response.data to always be the same data type. Currently, the ModelResponse handler checks if the length of aind_models is 1, and if so returns the data as a dictionary,
Acceptance criteria
Given a response, return a list models
Update tests for all endpoints as necessary
Sprint Ready Checklist
1. Acceptance criteria defined
2. Team understands acceptance criteria
3. Team has defined solution / steps to satisfy acceptance criteria
4. Acceptance criteria is verifiable / testable
5. External / 3rd Party dependencies identified
6. Ticket is prioritized and sized
Notes
Add any helpful notes here.
The text was updated successfully, but these errors were encountered:
mekhlakapoor
changed the title
The Response should always be a list
The Response should always be a List
Feb 7, 2025
User story
As a user, I want the response.data to always be the same data type. Currently, the ModelResponse handler checks if the length of aind_models is 1, and if so returns the data as a dictionary,
Acceptance criteria
Sprint Ready Checklist
Notes
Add any helpful notes here.
The text was updated successfully, but these errors were encountered: