added logic to skip rendering pending tool (#1250)

This commit is contained in:
Neha Prasad
2026-02-04 18:20:07 +05:30
committed by GitHub
parent 2d16d73ba1
commit b065ce75b5
2 changed files with 7 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ export class MessageList extends LitElement {
.pendingToolCalls=${this.pendingToolCalls}
.toolResultsById=${resultByCallId}
.hideToolCalls=${false}
.hidePendingToolCalls=${this.isStreaming}
.onCostClick=${this.onCostClick}
></assistant-message>`,
});