ZIm/crates/zeta
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
..
src edit prediction: Do not log error when prediction cannot be interpolated (#23826) 2025-01-29 10:15:46 +01:00
Cargo.toml edit prediction: Hide rate completions modal behind feature flag (#23597) 2025-01-28 12:27:09 +01:00
LICENSE-GPL Introduce staff-only inline completion provider (#21739) 2024-12-09 14:26:36 +01:00