initial_history

This commit is contained in:
Ahmed Ibrahim
2025-10-29 22:34:34 -07:00
parent 17ba27ed81
commit 7fcbefdc79

View File

@@ -629,10 +629,6 @@ impl Session {
self.prompt_cache_key.clone()
}
pub(crate) fn get_conversation_id(&self) -> ConversationId {
self.conversation_id
}
pub(crate) fn get_tx_event(&self) -> Sender<Event> {
self.tx_event.clone()
}