mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
rm
This commit is contained in:
@@ -52,12 +52,6 @@ pub fn discover_prompts_in_excluding(dir: &Path, exclude: &HashSet<String>) -> V
|
||||
out
|
||||
}
|
||||
|
||||
/// Discover prompt files in the default prompts directory, excluding any with names in `exclude`.
|
||||
pub(crate) fn discover_prompts_excluding(exclude: &HashSet<String>) -> Vec<CustomPrompt> {
|
||||
let dir = default_prompts_dir();
|
||||
discover_prompts_in_excluding(&dir, exclude)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user