Skip to content

Commit 1bca5b6

Browse files
committed
fix(agents): remove debug print from chat agent
Signed-off-by: Radek Ježek <[email protected]>
1 parent 34dc6ff commit 1bca5b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agents/chat/src/chat/agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ async def chat(
164164
):
165165
"""Agent with memory and access to web search, Wikipedia, and weather."""
166166
await context.store(input)
167-
_e.context["test"] = {"test": "test"}
168-
raise ValueError("Test error")
169167

170168
# Send initial trajectory
171169
yield trajectory.trajectory_metadata(title="Starting", content="Received your request")

0 commit comments

Comments
 (0)