|
|
|
|
|
by elzbardico
358 days ago
|
|
Funny thing is the structured output in the last example. ```
{
"reasoning": "`cfg` can be nil on line 42; dereferenced without check on line 47",
"finding": "Possible nil‑pointer dereference",
"confidence": 0.81
}
``` You know the confidence value is completely bogus, don't you? |
|