Update RunCodeFileEditAtomicFlow.py
Browse files
RunCodeFileEditAtomicFlow.py
CHANGED
@@ -3,6 +3,7 @@ from typing import Dict, Any
|
|
3 |
from flow_modules.Tachi67.CodeFileEditFlowModule import CodeFileEditAtomicFlow
|
4 |
|
5 |
class RunCodeFileEditAtomicFlow(CodeFileEditAtomicFlow):
|
|
|
6 |
|
7 |
def _generate_content(self, code_str, comment_sign) -> str:
|
8 |
if comment_sign == "<!-- -->":
|
|
|
3 |
from flow_modules.Tachi67.CodeFileEditFlowModule import CodeFileEditAtomicFlow
|
4 |
|
5 |
class RunCodeFileEditAtomicFlow(CodeFileEditAtomicFlow):
|
6 |
+
"""Refer to: https://huggingface.co/Tachi67/CodeFileEditFlowModule"""
|
7 |
|
8 |
def _generate_content(self, code_str, comment_sign) -> str:
|
9 |
if comment_sign == "<!-- -->":
|