You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After procedure to orchestrate, there is nothing in the project folder. The orchestration was successfully done.
Is there anything I should do after orchestration?
The text was updated successfully, but these errors were encountered:
try to modify prompt to: YOU ONLY USE THE FOLLOWING format for every file with FN keyword as anchor 'FN: <filename>' (without quotes) followed by the code block enclosed in triple backticks
and regexp to
# Extract code files from the refined outputcode_blocks=re.findall(r'FN: (\S+)\s*```[\w]*\n(.*?)\n```', refined_output, re.DOTALL)
After procedure to orchestrate, there is nothing in the project folder. The orchestration was successfully done.
Is there anything I should do after orchestration?
The text was updated successfully, but these errors were encountered: