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