This commit is contained in:
GH Action - Upstream Sync
2024-10-10 01:47:04 +00:00
29 changed files with 436 additions and 155 deletions

View File

@@ -1815,6 +1815,7 @@ function _Chat() {
{message?.tools?.map((tool) => (
<div
key={tool.id}
title={tool?.errorMsg}
className={styles["chat-message-tool"]}
>
{tool.isError === false ? (