Merge pull request #5565 from ConnectAI-E/feature/using-tauri-fetch

Feat: using tauri fetch api in App
This commit is contained in:
Lloyd Zhou
2024-10-09 13:03:01 +08:00
committed by GitHub
25 changed files with 344 additions and 115 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 ? (