mirror of
https://github.com/openai/codex.git
synced 2026-05-01 11:52:10 +03:00
[app-server] add new account method API stubs (#5527)
These are the schema definitions for the new JSON-RPC APIs associated with accounts. These are not wired up to business logic yet and will currently throw an internal error indicating these are unimplemented.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pub mod account;
|
||||
mod conversation_id;
|
||||
pub use conversation_id::ConversationId;
|
||||
pub mod config_types;
|
||||
|
||||
Reference in New Issue
Block a user