probes: register tool_use_fidelity
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
e621e0203baa4e368e985c802c0e3a099484942b- Parents
-
9973c1d - Tree
efdcbbd
e621e02
e621e0203baa4e368e985c802c0e3a099484942b9973c1d
efdcbbd| Status | File | + | - |
|---|---|---|---|
| M |
src/dlm_sway/probes/__init__.py
|
1 | 0 |
src/dlm_sway/probes/__init__.pymodified@@ -27,4 +27,5 @@ from dlm_sway.probes import ( # noqa: F401 — imports register the probes | ||
| 27 | 27 | prompt_collapse, |
| 28 | 28 | section_internalization, |
| 29 | 29 | style_fingerprint, |
| 30 | + tool_use_fidelity, | |
| 30 | 31 | ) |