feat: implement a more flexible custom prompts solution (#1390)
This commit is contained in:
@@ -44,7 +44,7 @@ function M.generate_prompts(opts)
|
||||
end
|
||||
|
||||
local project_root = Utils.root.get()
|
||||
Path.prompts.initialize(Path.prompts.get(project_root))
|
||||
Path.prompts.initialize(Path.prompts.get_templates_dir(project_root))
|
||||
|
||||
local system_info = Utils.get_system_info()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user