codex 这是改请求格式了?
- 内容介绍
- 文章标签
- 相关推荐
{\n "error": {\n "message": "Item with id ‘rs_0f3abc3afb6cdb600169a2d44821fc81a0a1798a952764f3db’ not found. Items are not persisted when store is set to false. Try again with store set to true, or remove this item from your input.",\n "type": "invalid_request_error",\n "param": "input",\n "code": null\n }\n}
cpa 里所有请求全部报错这个
--【壹】--: liu:
Try again with
storeset to true, or remove this item from your input.
--【贰】--:
同问,我也不知道是什么
--【叁】--:
我用opencode,偶尔会在CPA遇到这个问题,oc的issue也有提,不是很影响使用就是了
--【肆】--:
难,蹲一个解决,我也遇到了这个问题
--【伍】--:
就是 单纯前面请求了一个东西 然后又要引用
store写的是false 引用不了了呗 所以让改成 true
image946×436 14.8 KB
--【陆】--:
明白了,store=false就得带上reasoning.encrypted_content吧。
--【柒】--:
没更新 cpa,codex 106 版本没遇到这个问题
store 是什么
--【捌】--:
设置"store": true,include那个不带就行了。如果你用newapi转发,需要在渠道那里透传store
--【玖】--:
有一个字段,如果 store 是 false 的话有一些信息不会被记录,导致后续的请求会出一些问题,如果有 field 的情况下需要 store 为 true 才可以
--【拾】--:
解决了已经,store 字段要动态修改一下,让 ai 帮忙改一下就行
--【拾壹】--:
佬,我在false时加了这个参数为什么还是会出现这种情况呢
--【拾贰】--:
这个是再cpa中改还是在openclaw中更改
{\n "error": {\n "message": "Item with id ‘rs_0f3abc3afb6cdb600169a2d44821fc81a0a1798a952764f3db’ not found. Items are not persisted when store is set to false. Try again with store set to true, or remove this item from your input.",\n "type": "invalid_request_error",\n "param": "input",\n "code": null\n }\n}
cpa 里所有请求全部报错这个
--【壹】--: liu:
Try again with
storeset to true, or remove this item from your input.
--【贰】--:
同问,我也不知道是什么
--【叁】--:
我用opencode,偶尔会在CPA遇到这个问题,oc的issue也有提,不是很影响使用就是了
--【肆】--:
难,蹲一个解决,我也遇到了这个问题
--【伍】--:
就是 单纯前面请求了一个东西 然后又要引用
store写的是false 引用不了了呗 所以让改成 true
image946×436 14.8 KB
--【陆】--:
明白了,store=false就得带上reasoning.encrypted_content吧。
--【柒】--:
没更新 cpa,codex 106 版本没遇到这个问题
store 是什么
--【捌】--:
设置"store": true,include那个不带就行了。如果你用newapi转发,需要在渠道那里透传store
--【玖】--:
有一个字段,如果 store 是 false 的话有一些信息不会被记录,导致后续的请求会出一些问题,如果有 field 的情况下需要 store 为 true 才可以
--【拾】--:
解决了已经,store 字段要动态修改一下,让 ai 帮忙改一下就行
--【拾壹】--:
佬,我在false时加了这个参数为什么还是会出现这种情况呢
--【拾贰】--:
这个是再cpa中改还是在openclaw中更改

