Skip to content

Commit 3a087a7

Browse files
committed
chore: remove unnecessary comment
1 parent b7f7a41 commit 3a087a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/assistant-message/presentAssistantMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ export async function presentAssistantMessage(cline: Task) {
523523
}
524524

525525
// Add tool_result with text content only
526-
// Note: tool_use_id validation happens centrally in addToApiConversationHistory
527526
cline.userMessageContent.push({
528527
type: "tool_result",
529528
tool_use_id: toolCallId,

0 commit comments

Comments
 (0)