Skip to content

Commit

Permalink
broke something
Browse files Browse the repository at this point in the history
  • Loading branch information
khlevin committed Sep 4, 2024
1 parent 51829cd commit 42f1270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chatdbg/native_util/dbg_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def __init__(self, prompt) -> None:
def query_and_print(self, assistant, user_text, is_followup):
prompt = self.build_prompt(user_text, is_followup)

print(prompt)

self._history.clear()
print(assistant.query(prompt, user_text)["message"])

Expand Down

0 comments on commit 42f1270

Please sign in to comment.