searching the semantic index, and passing returned snippets to prompt generation
This commit is contained in:
parent
d70014cfd0
commit
f20f096a30
4 changed files with 58 additions and 3 deletions
|
@ -121,6 +121,7 @@ pub fn generate_content_prompt(
|
|||
buffer: &BufferSnapshot,
|
||||
range: Range<impl ToOffset>,
|
||||
kind: CodegenKind,
|
||||
search_results: Vec<String>,
|
||||
) -> String {
|
||||
let mut prompt = String::new();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue