Skip to content

Commit 64fac4a

Browse files
committed
fixing emrge
2 parents 8ce290a + 7e791d6 commit 64fac4a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-and-push-tutorial-agent.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
BASE_BRANCH="HEAD^1"
8181
echo "Comparing against previous commit: $BASE_BRANCH"
8282
fi
83-
8483
# Check each agent directory for changes
8584
for agent_dir in $all_agents; do
8685
echo "Checking $agent_dir for changes..."

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+
2425
message_text = ""
2526
if hasattr(params.content, "content"):
2627
content_val = getattr(params.content, "content", "")

0 commit comments

Comments
 (0)