mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 07:04:45 +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) {
|
||||
if (content.type === "toolCall") {
|
||||
if (!this.pendingTools.has(content.id)) {
|
||||
this.chatContainer.addChild(new Text("", 0, 0));
|
||||
const component = new ToolExecutionComponent(
|
||||
content.name,
|
||||
content.arguments,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue