mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
fix(core) updated request_rule guidance (#10379)
## Summary Update guidance for request_rule ## Testing - [x] Unit tests pass
This commit is contained in:
@@ -249,7 +249,7 @@ impl DeveloperInstructions {
|
||||
match command_prefixes {
|
||||
Some(prefixes) => {
|
||||
format!(
|
||||
"{APPROVAL_POLICY_ON_REQUEST_RULE}\nApproved command prefixes:\n{prefixes}"
|
||||
"{APPROVAL_POLICY_ON_REQUEST_RULE}\n## Approved command prefixes\nThe following prefix rules have already been approved: {prefixes}"
|
||||
)
|
||||
}
|
||||
None => APPROVAL_POLICY_ON_REQUEST_RULE.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user