@just-every/ensemble 0.2.115 → 0.2.116
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ console.log('Validation Result:', {
|
|
|
83
83
|
## Documentation
|
|
84
84
|
|
|
85
85
|
- [Tool Execution Guide](docs/tool-execution.md) - Advanced tool calling features
|
|
86
|
-
- [
|
|
86
|
+
- [Interactive Demos](demo/) - Web-based demos for core features
|
|
87
87
|
- Generated [API Reference](docs/api) with `npm run docs`
|
|
88
88
|
Run `npm run docs` to regenerate the HTML documentation.
|
|
89
89
|
|