Skip to content

Commit

Permalink
1 iteration in think thoroughly (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored May 3, 2024
1 parent 6c0cbb1 commit bf32eab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def generate_final_decision(
return output

def answer_binary_market(
self, question: str, n_iterations: int = 2
self, question: str, n_iterations: int = 1
) -> Answer | None:
hypothetical_scenarios = self.get_hypohetical_scenarios(question)
conditional_scenarios = self.get_required_conditions(question)
Expand Down

0 comments on commit bf32eab

Please sign in to comment.