opsveritas-sdk 0.3.2 → 0.3.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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ By design the SDK sends **metadata only, plus a short output snippet** — never
|
|
|
43
43
|
| Sent | Detail |
|
|
44
44
|
|------|--------|
|
|
45
45
|
| ✅ Metadata | agent name, status, timestamps, duration, token counts, model, cost, tool-call count |
|
|
46
|
-
| ⚠️ Output snippet | first
|
|
46
|
+
| ⚠️ Output snippet | first ~3,000 chars of the response (`output_summary`) — powers silent-failure detection |
|
|
47
47
|
| ⚠️ Error message | the exception text, if a call fails |
|
|
48
48
|
| ❌ Prompts / inputs | **never sent** — only token counts |
|
|
49
49
|
|