1 2 3 4 5 6 7
//! GitHub Copilot provider mod provider; pub mod types; pub use provider::CopilotProvider; pub use types::CopilotConfig;