@ax-llm/ax 22.0.0 → 22.0.2
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 +1 -1
- package/index.cjs +219 -219
- package/index.cjs.map +1 -1
- package/index.d.cts +247 -223
- package/index.d.ts +247 -223
- package/index.global.js +223 -223
- package/index.global.js.map +1 -1
- package/index.js +218 -218
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/ax-agent-memory-skills.md +1 -1
- package/skills/ax-agent-observability.md +1 -1
- package/skills/ax-agent-optimize.md +1 -1
- package/skills/ax-agent-rlm.md +1 -1
- package/skills/ax-agent.md +1 -1
- package/skills/ax-ai.md +1 -1
- package/skills/ax-audio.md +1 -1
- package/skills/ax-flow.md +1 -1
- package/skills/ax-gen.md +16 -10
- package/skills/ax-gepa.md +1 -1
- package/skills/ax-llm.md +3 -2
- package/skills/ax-refine.md +8 -8
- package/skills/ax-signature.md +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ prompts automatically.
|
|
|
49
49
|
|
|
50
50
|
Ax stays in the same latency class as direct provider calls while adding typed
|
|
51
51
|
outputs, validation, retries, tracing, and tools. Streaming is the default so Ax
|
|
52
|
-
can parse fields as they arrive, fail early on streaming
|
|
52
|
+
can parse fields as they arrive, fail early on streaming assertions, cancel bad
|
|
53
53
|
outputs, and start correction without wasting tokens on completions that are
|
|
54
54
|
already invalid.
|
|
55
55
|
|