From d826845203b333f351b34dadaa499c95a056f405 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 24 Jun 2026 12:52:17 -0400 Subject: [PATCH] chore(type-registry): update src_openai_schemas.md after ChatMessage widening ChatMessage.content type widening (str | list) shifted line numbers. 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 1007e521..60a65c62 100644 --- a/docs/type_registry/src_openai_schemas.md +++ b/docs/type_registry/src_openai_schemas.md @@ -9,7 +9,7 @@ Auto-generated from source. 6 struct(s) defined in this module. **Fields:** - `role: str` -- `content: str` +- `content: str | list` - `tool_calls: Optional[tuple[ToolCall, ...]]` - `tool_call_id: Optional[str]` - `name: Optional[str]`