mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
chore: unify conversation with thread name (#8830)
Done and verified by Codex + refactor feature of RustRover
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
pub mod account;
|
||||
mod conversation_id;
|
||||
pub use conversation_id::ConversationId;
|
||||
mod thread_id;
|
||||
#[allow(deprecated)]
|
||||
pub use thread_id::ConversationId;
|
||||
pub use thread_id::ThreadId;
|
||||
pub mod approvals;
|
||||
pub mod config_types;
|
||||
pub mod custom_prompts;
|
||||
|
||||
Reference in New Issue
Block a user