Private
Public Access
0
0

docs(type_registry): regenerate src_provider_state.md (Lock -> RLock)

ProviderHistory.lock changed from threading.Lock to threading.RLock in cc7993e5 to fix the re-entrant deadlock. Auto-regenerate the type registry to reflect the new field type and line number (after the duplicate @dataclass was removed).
This commit is contained in:
2026-06-25 00:23:07 -04:00
parent 11f3f142c5
commit 22c76b95c9
+2 -2
View File
@@ -5,9 +5,9 @@ Auto-generated from source. 1 struct(s) defined in this module.
## `src\provider_state.py::ProviderHistory`
**Kind:** `dataclass`
**Defined at:** line 27
**Defined at:** line 26
**Fields:**
- `messages: list[HistoryMessage]`
- `lock: threading.Lock`
- `lock: threading.RLock`