mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Split DeveloperInstructions into individual fragments. (#18813)
Split DeveloperInstructions into individual fragments.
This commit is contained in:
committed by
GitHub
Unverified
parent
5fe767e8e1
commit
2a226096f6
@@ -12,6 +12,6 @@ impl ContextualUserFragment for UserInstructions {
|
||||
const END_MARKER: &'static str = "</INSTRUCTIONS>";
|
||||
|
||||
fn body(&self) -> String {
|
||||
format!("{}\n\n<INSTRUCTIONS>\n{}", self.directory, self.text)
|
||||
format!("{}\n\n<INSTRUCTIONS>\n{}\n", self.directory, self.text)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user