progress on smarter truncation strategy for file context
This commit is contained in:
parent
587fd707ba
commit
178a84bcf6
4 changed files with 124 additions and 37 deletions
|
@ -166,6 +166,8 @@ pub fn generate_content_prompt(
|
|||
let chain = PromptChain::new(args, templates);
|
||||
let (prompt, _) = chain.generate(true)?;
|
||||
|
||||
println!("PROMPT: {:?}", &prompt);
|
||||
|
||||
anyhow::Ok(prompt)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue