thinkphp_of_wechat

Results 6 issues of thinkphp_of_wechat

The code provided outlines the structures for the assistant and the thread. However, how should I use these two constructs to obtain the returned results? Alternatively, you can just tell...

enhancement

I want know. Can I know which threads I have created? What are the implications if I do not delete threads?

enhancement

### MaxKB 版本 4.18最新版本 ### 请描述您的需求或者改进建议 第一个是关于API的疑问。 我在系统中创建了应用, 应用模块中提供了api访问的功能, 并且提供申请accesstoken的地方。文档地址为http://192.168.106.106:8080/doc/ 。但此文档是整个系统的api。 我想将其接入其他系统中。是否有针对我新建的应用的"测试应用"的开发文档,比如我第一步应该xxx. 第二部应该XX的说明。 第二个是关于分词功能的, 当用户知识库数量较大的时候,发送的请求并没有进行分词处理。而是将整个TXT文档传输出去了,导致一个请求消耗token的数量巨大。是否有办法降低token的消耗。 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_

优先级:低
类型:docs

### MaxKB 版本 1.1 ### 请描述您的需求或者改进建议 docker快速开始的, 但是整个系统更新很快。对于整个项目是优点。但是对于docker用户就比较麻烦了。 希望增加在线更新功能。 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_

我用的golang。 想知道我如果查询某个城市的所有IP。 或者某个地市的所有IP应该如何实现。

## my code like this ```golang scanner, err := nmap.NewScanner( ctx, nmap.WithTargets(targer...), nmap.WithPorts(topPorts), // nmap.WithDefaultScript(), nmap.WithScripts("http*"), ) ``` i get response `]024/05/01 17:43:35 run finished with warnings: [NSOCK ERROR [0.0620s]...

question