chore: use a Conversation type (#3735)

This commit is contained in:
Jack Amadeo
2025-08-06 22:06:13 -04:00
committed by GitHub
parent 17ea675def
commit 5eb01004a4
90 changed files with 994 additions and 790 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
pub mod agents;
pub mod config;
pub mod context_mgmt;
mod conversation_fixer;
pub mod message;
pub mod conversation;
pub mod model;
pub mod oauth;
pub mod permission;