Skip to main content

vtcode_commons/interjection/
mod.rs

1pub mod buffer;
2pub mod events;
3pub mod format;
4
5pub use buffer::{FormattedInterjection, InterjectionBuffer, PendingInterjection, drain_formatted};
6pub use events::EventQueue;
7pub use format::{LARGE_PROMPT_THRESHOLD, format_interjection, user_query};