Files
oak-gpui/crates
Bennet Bo Fenner d2d9f492b9 edit prediction: Do not log error when prediction cannot be interpolated (#23826)
Previously we returned an error when the interpolation failed in
`process_completion_response`.
However, it is not an error when interpolation returns `None`. That just
means that the predicted edits can be discarded, because the user typed
something that is not a subset of what the model predicted OR if the
model responds with a no-op.
```
2025-01-29T09:44:30.221135+01:00 [ERROR] zeta prediction failed

Caused by:
    Interpolated edits are empty
```

Release Notes:

- N/A
2025-01-29 10:15:46 +01:00
..
2025-01-27 13:40:59 -05:00
2025-01-26 23:37:34 +00:00
2025-01-27 21:56:29 +00:00
2025-01-27 13:40:59 -05:00