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 b6209a9 + af8508c commit e73a0e1Copy full SHA for e73a0e1
examples/tutorials/00_sync/000_hello_acp/project/acp.py
@@ -24,7 +24,6 @@ async def handle_message_send(
24
25
message_text = ""
26
print(message_text, message_text)
27
-
28
if hasattr(params.content, "content"):
29
content_val = getattr(params.content, "content", "")
30
if isinstance(content_val, str):
0 commit comments