From e8fe07bad125c47211bd581c529bf98ece7c7057 Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 7 May 2026 17:12:19 -0500 Subject: [PATCH] fix: export `ContentThinking` through `chatlas.types` Closes #290 --- chatlas/types/__init__.py | 2 ++ docs/_quarto.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/chatlas/types/__init__.py b/chatlas/types/__init__.py index 782b7e11..59e03b11 100644 --- a/chatlas/types/__init__.py +++ b/chatlas/types/__init__.py @@ -10,6 +10,7 @@ ContentImageRemote, ContentJson, ContentText, + ContentThinking, ContentToolRequest, ContentToolRequestFetch, ContentToolRequestSearch, @@ -37,6 +38,7 @@ "ContentToolRequestFetch", "ContentToolResponseFetch", "ContentToolRequestSearch", + "ContentThinking", "ContentToolResponseSearch", "StructuredChatResult", "ChatResponse", diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 3dcf40da..06c2af5a 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -202,6 +202,7 @@ quartodoc: - types.ContentImageRemote - types.ContentJson - types.ContentText + - types.ContentThinking - types.ContentToolRequest - types.ContentToolResult - types.ContentToolRequestSearch