fluxflow-cli 2.7.1 → 2.7.3
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/TOOLS.md +1 -1
- package/dist/fluxflow.js +475 -13504
- package/package.json +3 -3
package/TOOLS.md
CHANGED
|
@@ -20,7 +20,7 @@ Flux Flow provides a robust set of tools that allow the AI to interact with the
|
|
|
20
20
|
## Tool Protocol
|
|
21
21
|
|
|
22
22
|
FluxFlow uses a transparent, string-based protocol for tool dispatching:
|
|
23
|
-
`[
|
|
23
|
+
`[tool:functions.ToolName(arg1="value", arg2=123)]`
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|