Skip to content

Commit

Permalink
update bshr stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
doodledood committed Jan 21, 2024
1 parent d0ae068 commit 3bc3df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatflock/use_cases/bshr.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def generate_queries(
chat_messages=chat.get_messages(), chat_model=chat_model, output_schema=QueryGenerationResult
)

if state.information_need:
if state.information_need is None:
state.information_need = output.information_need

if state.queries_to_run is None:
Expand Down

0 comments on commit 3bc3df9

Please sign in to comment.