refactor: template of including files (#707)

pull/708/head
sigoden 2 months ago committed by GitHub
parent 8ee49e821e
commit 5ca8975bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,7 @@ impl Input {
texts.push(String::new());
}
for (path, contents) in files {
texts.push(format!("{path}:\n{contents}\n"));
texts.push(format!("{path}:\n``````\n{contents}\n``````\n"));
}
let (role, with_session, with_agent) = resolve_role(&config.read(), role);
Ok(Self {

Loading…
Cancel
Save