Include outline when predicting edits with Zeta (#22895)
Release Notes: - N/A Co-authored-by: Thorsten <thorsten@zed.dev>
This commit is contained in:
parent
341972c79c
commit
a8ef0f2426
4 changed files with 28 additions and 12 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue