pub type NewConversation = NewThread;👎Deprecated:
use NewThread
Aliased Type§
pub struct NewConversation {
pub thread_id: ThreadId,
pub thread: Arc<CodexThread>,
pub session_configured: SessionConfiguredEvent,
}Fields§
§thread_id: ThreadId§thread: Arc<CodexThread>§session_configured: SessionConfiguredEvent