@sanity/ailf 0.3.0 → 0.3.1

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.
@@ -46,10 +46,11 @@ models:
46
46
  max_tokens: 4096
47
47
  modes: [baseline, observed, agentic-naive, agentic-optimized]
48
48
  - id: openai:chat:gpt-5.4
49
- label: GPT 5.4 (high)
49
+ label: GPT 5.4
50
50
  config:
51
- reasoning_effort: "high"
51
+ reasoning_effort: "medium"
52
52
  max_output_tokens: 4096
53
+ maxRetries: 1
53
54
  modes: [baseline, observed, agentic-naive, agentic-optimized]
54
55
 
55
56
  # ── Anthropic ───────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ailf",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "restricted"
@@ -40,9 +40,9 @@
40
40
  "@types/node": "^22.13.1",
41
41
  "tsx": "^4.19.2",
42
42
  "typescript": "^5.7.3",
43
- "@sanity/ailf-shared": "0.1.0",
43
+ "@sanity/ailf-core": "0.1.0",
44
44
  "@sanity/ailf-tasks": "0.1.4",
45
- "@sanity/ailf-core": "0.1.0"
45
+ "@sanity/ailf-shared": "0.1.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsc && tsx scripts/bundle-workspace-deps.ts",