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.
2 parents 4e338c4 + f2126d2 commit af8508cCopy full SHA for af8508c
examples/tutorials/00_sync/000_hello_acp/project/acp.py
@@ -23,7 +23,6 @@ async def handle_message_send(
23
# Extract content safely from the message
24
25
message_text = ""
26
- print(message_text, message_text)
27
if hasattr(params.content, "content"):
28
content_val = getattr(params.content, "content", "")
29
if isinstance(content_val, str):
0 commit comments