Merge pull request #50 from simonw/patch-1

Add 'DeveloperContent' to __all__
This commit is contained in:
Scott Lessans 2025-08-08 14:09:47 -07:00 committed by GitHub
commit 4bab5180af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -708,6 +708,7 @@ __all__ = [
"Author", "Author",
"Content", "Content",
"TextContent", "TextContent",
"DeveloperContent",
"ToolDescription", "ToolDescription",
"SystemContent", "SystemContent",
"Message", "Message",