You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@typing_extensions.deprecated("Will be removed in a future release. Please migrate to alternative solutions.")
67
69
defai_detect(
68
70
self,
69
71
*,
@@ -101,6 +103,7 @@ def ai_detect(
101
103
cast_to=ToolAIDetectResponse,
102
104
)
103
105
106
+
@typing_extensions.deprecated("Will be removed in a future release. Please migrate to alternative solutions.")
104
107
defcontext_aware_splitting(
105
108
self,
106
109
*,
@@ -147,6 +150,9 @@ def context_aware_splitting(
147
150
cast_to=ToolContextAwareSplittingResponse,
148
151
)
149
152
153
+
@typing_extensions.deprecated(
154
+
"Will be removed in a future release. A replacement PDF parsing tool for chat completions is planned; see documentation at dev.writer.com for updates."
155
+
)
150
156
defparse_pdf(
151
157
self,
152
158
file_id: str,
@@ -184,6 +190,9 @@ def parse_pdf(
184
190
cast_to=ToolParsePdfResponse,
185
191
)
186
192
193
+
@typing_extensions.deprecated(
194
+
"Will be removed in a future release. Migrate to `chat.chat` with the web search tool for web search capabilities."
"Will be removed in a future release. A replacement PDF parsing tool for chat completions is planned; see documentation at dev.writer.com for updates."
581
+
)
568
582
asyncdefparse_pdf(
569
583
self,
570
584
file_id: str,
@@ -602,6 +616,9 @@ async def parse_pdf(
602
616
cast_to=ToolParsePdfResponse,
603
617
)
604
618
619
+
@typing_extensions.deprecated(
620
+
"Will be removed in a future release. Migrate to `chat.chat` with the web search tool for web search capabilities."
621
+
)
605
622
asyncdefweb_search(
606
623
self,
607
624
*,
@@ -880,17 +897,25 @@ class ToolsResourceWithRawResponse:
0 commit comments