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
fix: send only function source to testgen review/repair, not entire module
The review and repair endpoints were receiving the full module source code
as function_source_code, causing prompt overflow (210k > 200k token limit)
for large files. Extract just the function using existing line number info.
0 commit comments