Addded Romeo that generates some doc. WIP.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <Core/Common/String.h>
|
||||
#include "Database.h"
|
||||
|
||||
namespace Romeo
|
||||
{
|
||||
// Generates a description for the file entry using local Ollama or cloud Gemini API.
|
||||
// Returns true if generation was successful and entry.Description was populated.
|
||||
[[nodiscard]] bool AI_GenerateDescription(
|
||||
Juliet::Arena* arena,
|
||||
FileEntry& entry
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user