mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-08 02:20:14 +00:00
Add GUI log viewer and corresponding handler
This commit is contained in:
@@ -35,7 +35,7 @@ def main():
|
||||
code = f.read()
|
||||
methods_str = "".join(methods)
|
||||
code = code.replace("# methods", methods_str)
|
||||
|
||||
|
||||
prompt_factory_module = f"{package}/llm/prompt_factory.py"
|
||||
with open(prompt_factory_module, "w") as f:
|
||||
f.write(code)
|
||||
|
||||
Reference in New Issue
Block a user