fix(coding-agent): remove extra spacer before streaming tool blocks
This commit is contained in:
@@ -2109,7 +2109,6 @@ export class InteractiveMode {
|
|||||||
for (const content of this.streamingMessage.content) {
|
for (const content of this.streamingMessage.content) {
|
||||||
if (content.type === "toolCall") {
|
if (content.type === "toolCall") {
|
||||||
if (!this.pendingTools.has(content.id)) {
|
if (!this.pendingTools.has(content.id)) {
|
||||||
this.chatContainer.addChild(new Text("", 0, 0));
|
|
||||||
const component = new ToolExecutionComponent(
|
const component = new ToolExecutionComponent(
|
||||||
content.name,
|
content.name,
|
||||||
content.arguments,
|
content.arguments,
|
||||||
|
|||||||
Reference in New Issue
Block a user