fix lint error
This commit is contained in:
parent
8a15ea83f2
commit
ecdee052aa
@ -69,7 +69,11 @@ Here is the rule description:
|
|||||||
Please provide me refactor code to fix this issue.
|
Please provide me refactor code to fix this issue.
|
||||||
"""
|
"""
|
||||||
@chat(prompt=PROMPT, stream_out=True)
|
@chat(prompt=PROMPT, stream_out=True)
|
||||||
def call_llm_to_generate_fix_solutions(file_content, issue_line_code, issue_description, rule_description):
|
def call_llm_to_generate_fix_solutions(
|
||||||
|
file_content,
|
||||||
|
issue_line_code,
|
||||||
|
issue_description,
|
||||||
|
rule_description):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user