We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1224a commit f30d413Copy full SHA for f30d413
src/core/assistant-message/presentAssistantMessage.ts
@@ -283,7 +283,6 @@ export async function presentAssistantMessage(cline: Task) {
283
// Determine protocol by checking if this tool call has an ID.
284
// Native protocol tool calls ALWAYS have an ID (set when parsed from tool_call chunks).
285
// XML protocol tool calls NEVER have an ID (parsed from XML text).
286
- // This is the definitive indicator and prevents race conditions from re-resolving the protocol.
287
const toolCallId = (block as any).id
288
const isNative = !!toolCallId
289
0 commit comments