@tencent-ai/agent-server 0.0.21 → 0.0.22-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -87,7 +87,11 @@ fetch("http://localhost:3000/api/v1/craft/completions", {
87
87
  url: /api/v1/swe/completions
88
88
  method: POST
89
89
  payload: {
90
- "messages":[{"role":"user","content":"在 `tests/test_math.py` 中为 `utils/math.py` 的 `square(n)` 函数添加测试。"}]
90
+ "messages":[{"role":"user","content":"在 `tests/test_math.py` 中为 `utils/math.py` 的 `square(n)` 函数添加测试。"}],
91
+ "reasoningParams": {
92
+ "effort": "",
93
+ "summary": ""
94
+ }
91
95
  }
92
96
  ```
93
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/agent-server",
3
- "version": "0.0.21",
3
+ "version": "0.0.22-beta",
4
4
  "description": "Tencent AI Agent Server",
5
5
  "main": ".genie/dist/backend/index.js",
6
6
  "typings": "lib/node/index.d.ts",