Skip to content

Commit

Permalink
don't need to call twice
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpereirajr committed Aug 13, 2024
1 parent 6f7971f commit c842547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sqlzilla/sqlzilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def prompt(self, input):
response = self.create_chain_model().invoke({
"top_k": self.context["top_k"],
"table_info": self.context["table_info"],
"examples_value": self.get_examples(),
"examples_value": self.context["examples_value"],
"input": input
})
return response
Expand Down

0 comments on commit c842547

Please sign in to comment.