@agentica/benchmark 0.29.5 → 0.29.6

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.
@@ -73,7 +73,7 @@ function isNext(agent) {
73
73
  const consent = {
74
74
  model: "chatgpt",
75
75
  options: {
76
- reference: false,
76
+ reference: true,
77
77
  strict: false,
78
78
  separate: null
79
79
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentica/benchmark",
3
- "version": "0.29.5",
3
+ "version": "0.29.6",
4
4
  "description": "Agentic AI Library specialized in LLM Function Calling",
5
5
  "author": "Wrtn Technologies",
6
6
  "license": "MIT",
@@ -35,15 +35,15 @@
35
35
  "src"
36
36
  ],
37
37
  "peerDependencies": {
38
- "@agentica/core": "^0.29.5"
38
+ "@agentica/core": "^0.29.6"
39
39
  },
40
40
  "dependencies": {
41
- "@samchon/openapi": "^4.3.3",
41
+ "@samchon/openapi": "^4.4.1",
42
42
  "openai": "^5.2.0",
43
43
  "tstl": "^3.0.0",
44
- "typia": "^9.3.1",
44
+ "typia": "^9.4.0",
45
45
  "uuid": "^11.1.0",
46
- "@agentica/core": "^0.29.5"
46
+ "@agentica/core": "^0.29.6"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@rollup/plugin-terser": "^0.4.4",