Skip to content

Commit 39e0faf

Browse files
authored
chore(cloud): follow-up console log (#1420)
1 parent cc1b0af commit 39e0faf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/agent/src/server/agent-server.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,10 @@ export class AgentServer {
508508
}),
509509
});
510510

511+
this.logger.info("User message completed", {
512+
stopReason: result.stopReason,
513+
});
514+
511515
this.broadcastTurnComplete(result.stopReason);
512516

513517
if (result.stopReason === "end_turn") {

0 commit comments

Comments
 (0)