TODO items commented in code #1680
Replies: 1 comment
|
Not a maintainer, but I went and counted since I had the repo open, in case it saves you the grep. There are 33 The other thing worth knowing before you pick one: they're not 33 distinct problems. The single biggest cluster is the same sentence copy-pasted across providers as each one was added, some spelled all saying the config doesn't enforce the max token limit for the input. That's one design question about where validation belongs, not seven tasks, and it'd be worth agreeing on the approach in an issue before touching seven files. The ones that look genuinely self-contained are the specific ones, for example If it were me I'd open one issue for the max-token-limit cluster to get a maintainer's read on the intended design first, and send the narrow ones straight as PRs. Worth waiting for someone from the team to confirm, though, since they may already have a view on which of these are deliberate. |
Uh oh!
There was an error while loading. Please reload this page.
Can I pick up the TODO items commented in code? Are they all posted as individual issues?
All reactions