mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 09:02:08 +00:00
fix(coding-agent): remove extra spacer before streaming tool blocks
This commit is contained in:
parent
480d6bc62d
commit
b97310474b
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue