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
Optimize get() with list accumulation, validate empty create rows, fix Copilot SDK package name
- get(): replaced per-page DataFrame concat with rows.extend() + from_records()
for better performance on large paginated results
- create(): detect and raise ValueError for rows with all NaN/None values
(empty dicts) before sending to the API
- Standardized Copilot SDK package name to 'github-copilot-sdk' everywhere
0 commit comments