Include outline when predicting edits with Zeta (#22895)

Release Notes:

- N/A

Co-authored-by: Thorsten <thorsten@zed.dev>
This commit is contained in:
Antonio Scandurra 2025-01-09 15:26:33 +01:00 committed by GitHub
parent 341972c79c
commit a8ef0f2426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 12 deletions

View file

@ -36,6 +36,7 @@ pub struct PerformCompletionParams {
#[derive(Debug, Serialize, Deserialize)]
pub struct PredictEditsParams {
pub outline: Option<String>,
pub input_events: String,
pub input_excerpt: String,
}