klyang (@kyle1106) 在 any-ccswitch-codex,实测有效,可正常加mcp工具 中发帖
问题:通过ccswitch配置any一直不成功,会出现诸如encrypted content等其他报错
解决:通过添加wangwar提供的代码,就可以正常对话了,如下
stream=true
include = ["reasoning.encrypted_content"]
api_protocol = "responses"
store = false
disable_response_storage = true
另外我还试了下添加mcp工具,也不会出现问题,依旧正常,全部配置如下:
model_provider = "custom"
model = "gpt-5.5"
model_reasoning_effort = "xhigh"
stream=true
include = ["reasoning.encrypted_content"]
api_protocol = "re...