fanxing

Results 4 issues of fanxing

How to terminate a conversation when using the Handler approach. How do I stop the ongoing conversation? ![image](https://github.com/user-attachments/assets/2e96651c-921f-4b0d-ba02-bd78e4ed3732) ![image](https://github.com/user-attachments/assets/9d4db157-6428-4f22-928d-b392139cd382)

enhancement

How can I actively stop the conversation using code? Which function can achieve this?

advice

`chatElementRef.addMessage({ html: htmlContent, role: 'assistant'})` `chatElementRef.addMessage({ html: htmlContent, role: 'assistant'})` `chatElementRef.addMessage({ html: htmlContent, role: 'assistant'})` `signals.onResponse({ text: finalAnswer, role:'assistant' });` To achieve returning multiple messages, I used the above method,...

bug

# Windows 下因 Docker Desktop 导致 QtScrcpy/QuickMirror 无法连接 当您在 Windows 系统上同时运行 Docker Desktop 和 QtScrcpy (或其 QuickMirror 功能) 时,可能会遇到一个连接问题,导致投屏失败。典型的错误日志如下所示,提示特定端口无法被监听。 本文将深入剖析该问题的根源,并提供三种由浅入深的解决方案。 ## 故障现象 当您启动 QtScrcpy 的 QuickMirror 并尝试连接设备时,程序在启动服务阶段失败,并输出类似以下的错误信息: ```shell AdbProcessImpl::out:List of...