Add more context to the terminal assistant (#15492)
Release Notes: - N/A
This commit is contained in:
parent
73e3dfc0c3
commit
eedef487ac
4 changed files with 33 additions and 8 deletions
|
@ -55,6 +55,8 @@ actions!(
|
|||
]
|
||||
);
|
||||
|
||||
const DEFAULT_CONTEXT_LINES: usize = 20;
|
||||
|
||||
#[derive(Clone, Default, Deserialize, PartialEq)]
|
||||
pub struct InlineAssist {
|
||||
prompt: Option<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue