| 42 | } |
| 43 | |
| 44 | interface MsgAndSHA { |
| 45 | sha: SHA; |
| 46 | msg: string; |
| 47 | } |
| 48 | |
| 49 | // send only 3-4 size chunks of diffs in steps, |
| 50 | // because openAI restricts "too many requests" at once with 429 error |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…