From cf5a027a604332d593d9d1f9128a88a096a5bd2e Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 24 Jun 2026 11:35:13 -0400 Subject: [PATCH] chore(type-registry): update src_openai_schemas.md after NormalizedResponse fix NormalizedResponse added lines (init=False + custom __init__); line numbers shifted. Pure metadata refresh. --- docs/type_registry/src_openai_schemas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/type_registry/src_openai_schemas.md b/docs/type_registry/src_openai_schemas.md index 65f3c24d..1007e521 100644 --- a/docs/type_registry/src_openai_schemas.md +++ b/docs/type_registry/src_openai_schemas.md @@ -30,7 +30,7 @@ Auto-generated from source. 6 struct(s) defined in this module. ## `src\openai_schemas.py::OpenAICompatibleRequest` **Kind:** `dataclass` -**Defined at:** line 97 +**Defined at:** line 120 **Fields:** - `messages: list[ChatMessage]`