Add smart ACK provider for WeChat MP replies
Replace fixed ackText with a rule-based AckProvider that picks response templates by message type and intent (translate, summary, rewrite, poster, ppt, mindmap, code, search, schedule). Pure sync, zero I/O, auto-falls back to config.ackText on any error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
admin off
|
||||
email cynell2015@gmail.com
|
||||
http_port 8090
|
||||
https_port 8444
|
||||
}
|
||||
|
||||
# g2.tkmind.cn:公网入口转发到 Studio 本机 H5 (:8081)
|
||||
g2.tkmind.cn {
|
||||
reverse_proxy 127.0.0.1:8081 {
|
||||
header_down +X-Memind-Upstream {http.reverse_proxy.upstream.hostport}
|
||||
health_uri /api/status
|
||||
health_interval 10s
|
||||
health_timeout 5s
|
||||
health_status 200
|
||||
flush_interval -1
|
||||
transport http {
|
||||
read_timeout 0
|
||||
write_timeout 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user