Yasu777 commited on
Commit
6f48121
·
1 Parent(s): b7cf0a0

Update third.py

Browse files
Files changed (1) hide show
  1. third.py +2 -1
third.py CHANGED
@@ -73,7 +73,8 @@ async def main(editable_output2, keyword_id):
73
  response_content = raw_output
74
  research_results.append(response_content)
75
  else:
76
- response_content = "This instruction has already been executed."
 
77
 
78
  # Prepare the system message
79
  system_message = {
 
73
  response_content = raw_output
74
  research_results.append(response_content)
75
  else:
76
+ index = executed_instructions.index(instruction)
77
+ response_content = research_results[index]
78
 
79
  # Prepare the system message
80
  system_message = {