added logic to skip rendering pending tool (#1250)
This commit is contained in:
@@ -67,6 +67,7 @@ export class MessageList extends LitElement {
|
||||
.pendingToolCalls=${this.pendingToolCalls}
|
||||
.toolResultsById=${resultByCallId}
|
||||
.hideToolCalls=${false}
|
||||
.hidePendingToolCalls=${this.isStreaming}
|
||||
.onCostClick=${this.onCostClick}
|
||||
></assistant-message>`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user