Skip to content

Commit ef74e1e

Browse files
committed
force trigger change
1 parent 5283c68 commit ef74e1e

File tree

1 file changed

+1
-0
lines changed
  • examples/tutorials/00_sync/000_hello_acp/project

1 file changed

+1
-0
lines changed

examples/tutorials/00_sync/000_hello_acp/project/acp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async def handle_message_send(
2121
) -> Union[TaskMessageContent, AsyncGenerator[TaskMessageUpdate, None]]:
2222
"""Default message handler with streaming support"""
2323
# Extract content safely from the message
24+
logger.info("msg", params)
2425
message_text = ""
2526
if hasattr(params.content, "content"):
2627
content_val = getattr(params.content, "content", "")

0 commit comments

Comments
 (0)