mirror of https://github.com/kortix-ai/suna.git
fix(ui): display attachments in ask tool
This commit is contained in:
parent
92b08e6eaf
commit
df65ea0a62
|
@ -243,7 +243,7 @@ export function renderMarkdownContent(
|
|||
{paramDisplay && <span className="ml-1 text-muted-foreground truncate max-w-[200px]" title={paramDisplay}>{paramDisplay}</span>}
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
);
|
||||
}
|
||||
lastIndex = xmlRegex.lastIndex;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue