Extract code generation logic into its own module
This commit is contained in:
parent
e9747d0fea
commit
02078140c0
5 changed files with 609 additions and 470 deletions
|
@ -1,5 +1,6 @@
|
|||
pub mod assistant;
|
||||
mod assistant_settings;
|
||||
mod codegen;
|
||||
mod streaming_diff;
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue