mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
test
This commit is contained in:
@@ -61,13 +61,13 @@ pub(crate) async fn get_user_instructions(
|
||||
}
|
||||
};
|
||||
|
||||
let skills_section = skills.and_then(render_skills_section);
|
||||
if let Some(skills_section) = skills_section {
|
||||
if !output.is_empty() {
|
||||
output.push_str("\n\n");
|
||||
}
|
||||
output.push_str(&skills_section);
|
||||
}
|
||||
// let skills_section = skills.and_then(render_skills_section);
|
||||
// if let Some(skills_section) = skills_section {
|
||||
// if !output.is_empty() {
|
||||
// output.push_str("\n\n");
|
||||
// }
|
||||
// output.push_str(&skills_section);
|
||||
// }
|
||||
|
||||
if config.features.enabled(Feature::ChildAgentsMd) {
|
||||
if !output.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user