@wendongfly/myhi 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat.html +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/chat.html
CHANGED
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
|
|
1056
1056
|
if (currentSession?.mode === 'agent') {
|
|
1057
1057
|
const prompt = imgPath
|
|
1058
|
-
?
|
|
1058
|
+
? `用户上传了一张图片,路径是 ${imgPath},请用 Read 工具读取这张图片。用户的要求是:${userText || '描述图片内容'}`
|
|
1059
1059
|
: text;
|
|
1060
1060
|
socket.emit('agent:query', { prompt });
|
|
1061
1061
|
showThinking();
|