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:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user