remove check (#217)

doesnt do much
harrison/track_intermediate_steps
Harrison Chase 2 years ago committed by GitHub
parent a39c998342
commit cf3569fb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save