@ax-llm/ax 22.0.2 → 22.0.4

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
@@ -206,7 +206,7 @@ OPENAI_APIKEY=your-key npm run tsx ./src/examples/[example-name].ts
206
206
 
207
207
  - [customer-support.ts](src/examples/customer-support.ts) - Complete support system
208
208
  - [food-search.ts](src/examples/food-search.ts) - Restaurant recommendations with tools
209
- - [simple-optimizer-test.ts](src/examples/simple-optimizer-test.ts) - Automatic optimization
209
+ - [optimize.ts](src/examples/optimize.ts) - Automatic optimization
210
210
  - [axagent-gepa-optimization.ts](src/examples/axagent-gepa-optimization.ts) - Agent optimization with GEPA
211
211
  - [ax-flow-enhanced-demo.ts](src/examples/ax-flow-enhanced-demo.ts) - Complex workflows
212
212