mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-02-06 19:11:09 +08:00
* refactor(ApiService): optimize memory search handling and improve error logging - Updated fetchExternalTool to handle memory search in a separate promise, ensuring better management of asynchronous operations. - Enhanced error logging for memory search failures to improve debugging. - Removed redundant memory search result storage logic from the main result handling section. * refactor(ApiService): streamline external tool fetching and memory search handling - Simplified the fetchExternalTool function by separating web and knowledge search calls into individual await statements. - Improved memory search handling by awaiting the searchMemory function directly, ensuring better asynchronous flow. - Updated result storage logic to ensure memory search results are stored correctly after fetching. |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| miniWindow.html | ||
| selectionAction.html | ||
| selectionToolbar.html | ||
| traceWindow.html | ||