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
Describe the feature or problem you’d like to solve
I have a moderately big PR, with few reviews rounds. When I want AI to focus on latest comments only , there's no way for it to page from the end. The response doesn't even include total count.
Even with 10 per page it hit a limit of 25k tokens! The latest review comments started at the 22th index. So had to fallback to 5 per page and do 5 calls. Which was about 50k tokens! I know graphql-like response filtering is on the radar and would also help with that.