added filesystem abstraction layer and implemented basic filesystem - testing not complete yet, still features missing
Continuous integration / build (push) Successful in 3m27s
Continuous integration / build (push) Successful in 3m27s
This commit is contained in:
@@ -440,6 +440,7 @@ pub struct AIInput {
|
||||
pub system_prompt: String,
|
||||
pub user_prompt: String,
|
||||
pub previous_content: String,
|
||||
#[allow(unused)]
|
||||
pub structure: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user