mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
7 lines
237 B
Rust
7 lines
237 B
Rust
mod user_instructions;
|
|
|
|
pub(crate) use user_instructions::SkillInstructions;
|
|
pub use user_instructions::USER_INSTRUCTIONS_OPEN_TAG;
|
|
pub use user_instructions::USER_INSTRUCTIONS_PREFIX;
|
|
pub(crate) use user_instructions::UserInstructions;
|