We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8543ef3 commit 55b73c6Copy full SHA for 55b73c6
app.py
@@ -68,7 +68,6 @@ def get_time_in_timezone(timezone_name: str) -> str:
68
69
messages.append(HumanMessage(prompt))
70
ai_response = llm_with_tools.invoke(messages)
71
- breakpoint()
72
messages.append(ai_response)
73
74
if not ai_response.tool_calls:
0 commit comments