Skip to content

Commit

Permalink
codacy: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhongan committed Oct 24, 2024
1 parent 0b1f77d commit b0bea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/semiconductor/semiconductor-ui/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def solve_semiconductor_question(question):
solution = solution.replace("$", r"\$")

prompt = f"""{solution} \n\n Please help me parse the above text into this format:\n
recipe_1: Show the recipe 1 here\n
recipe_1: Show the recipe 1 here\n
recipe_2: Show the recipe 2 here\n
agent_advice: Show the agent's general considerations here\n
DO NOT forget the key and DO NOT change the key format.
Expand Down

0 comments on commit b0bea37

Please sign in to comment.