Skip to content

Commit 55b73c6

Browse files
committed
Remove breakpoint
1 parent 8543ef3 commit 55b73c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def get_time_in_timezone(timezone_name: str) -> str:
6868

6969
messages.append(HumanMessage(prompt))
7070
ai_response = llm_with_tools.invoke(messages)
71-
breakpoint()
7271
messages.append(ai_response)
7372

7473
if not ai_response.tool_calls:

0 commit comments

Comments
 (0)