remove check (#217)

doesnt do much
This commit is contained in:
Harrison Chase 2022-11-28 17:27:11 -08:00 committed by GitHub
parent a39c998342
commit cf3569fb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,6 @@ class SelfAskWithSearchAgent(Agent):
if " " == after_colon[0]: if " " == after_colon[0]:
after_colon = after_colon[1:] after_colon = after_colon[1:]
if "?" != after_colon[-1]:
print("we probably should never get here..." + text)
return "Intermediate Answer", after_colon return "Intermediate Answer", after_colon