chore(type-registry): update src_openai_schemas.md after ChatMessage widening

ChatMessage.content type widening (str | list) shifted line numbers.
Pure metadata refresh.
This commit is contained in:
ed
2026-06-24 12:52:17 -04:00
parent c194966a00
commit d826845203
+1 -1
View File
@@ -9,7 +9,7 @@ Auto-generated from source. 6 struct(s) defined in this module.
**Fields:** **Fields:**
- `role: str` - `role: str`
- `content: str` - `content: str | list`
- `tool_calls: Optional[tuple[ToolCall, ...]]` - `tool_calls: Optional[tuple[ToolCall, ...]]`
- `tool_call_id: Optional[str]` - `tool_call_id: Optional[str]`
- `name: Optional[str]` - `name: Optional[str]`