n8n-nodes-perf 0.1.1 → 0.1.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/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Send messages to any LLM with intelligent model routing. One node, any model.
|
|
|
15
15
|
|
|
16
16
|
### Perf Verify
|
|
17
17
|
|
|
18
|
-
Verify any text for factual accuracy
|
|
18
|
+
Verify any text for factual accuracy before it reaches your users.
|
|
19
19
|
|
|
20
20
|
- **Dual Output Routing** — Automatically routes to "Verified" or "Issues Found" based on confidence thresholds
|
|
21
21
|
- **Three Verification Modes** — Fast (web search), Standard (web search + source analysis), Thorough (multi-pass deep verification)
|