Spaces:
Runtime error
Runtime error
Commit ·
1eca8aa
1
Parent(s): 40c6aac
bug fix
Browse files- queryHelperManagerCoT.py +1 -1
queryHelperManagerCoT.py
CHANGED
|
@@ -62,7 +62,7 @@ class QueryHelperChainOfThought:
|
|
| 62 |
"Task 2": "task 2 description"
|
| 63 |
}
|
| 64 |
'No' ; if no, then Reason- please be more detailed about customer details; if more modification needed"""
|
| 65 |
-
cotStep1 = self.gptInstance.getResponseForUserInput(userInput, systemPromptForInputClarification
|
| 66 |
if "yes" in cot1.lower()[:5]:
|
| 67 |
print("User input sufficient")
|
| 68 |
tasks = self.extractSingleJson(cotStep1)
|
|
|
|
| 62 |
"Task 2": "task 2 description"
|
| 63 |
}
|
| 64 |
'No' ; if no, then Reason- please be more detailed about customer details; if more modification needed"""
|
| 65 |
+
cotStep1 = self.gptInstance.getResponseForUserInput(userInput, systemPromptForInputClarification)
|
| 66 |
if "yes" in cot1.lower()[:5]:
|
| 67 |
print("User input sufficient")
|
| 68 |
tasks = self.extractSingleJson(cotStep1)
|