Skip to content

Commit 1b5cace

Browse files
Fix: Replace MessageKind.FINAL_RESULT with MessageKind.REVIEW_RESULT
Co-Authored-By: [email protected] <[email protected]>
1 parent 3f75df9 commit 1b5cace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/api/agent_server/template_diff_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async def process(self, request, event_sender):
8383
traceId=self.trace_id,
8484
message=AgentMessage(
8585
role="assistant",
86-
kind=MessageKind.FINAL_RESULT,
86+
kind=MessageKind.REVIEW_RESULT,
8787
content=f"Counter application generated successfully with {len(server_files)} server files and {len(frontend_files)} frontend files.",
8888
agentState=self.state,
8989
unifiedDiff=unified_diff

0 commit comments

Comments
 (0)