From 4f51329f626edebcb91bf60c1e7ec4739a17db4f Mon Sep 17 00:00:00 2001 From: Sean K Date: Sat, 2 May 2026 11:45:38 -0700 Subject: [PATCH] docs: add comment to closing --- app/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/agent.py b/app/agent.py index 04feb23..111388f 100644 --- a/app/agent.py +++ b/app/agent.py @@ -46,6 +46,7 @@ def main(prompts: Optional[Tuple[str, ...]] = None) -> None: user_prompt = prompts[i] if prompts and len(prompts) > i else input(followup_question or default_prompt) + # Check if done with the chat. if user_prompt and user_prompt.lower().strip() in [ "no", "no thanks",