Preparing proper gemini integrations for the api handlers. Bridging database building gaps in the flow.
This commit is contained in:
parent
a9dd6c032e
commit
9ff012dd1d
5 changed files with 131 additions and 56 deletions
|
|
@ -14,6 +14,7 @@ pub struct FileRecord {
|
|||
}
|
||||
|
||||
impl FileRecord {
|
||||
#[allow(dead_code)]
|
||||
pub fn new(filename: impl Into<String>, path: impl Into<String>, description: Option<String>) -> Self {
|
||||
Self {
|
||||
id: Uuid::new_v4().to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue