docs, multiple: de-beta with_structured_output (#20850)

This commit is contained in:
Erick Friis
2024-04-24 12:34:57 -07:00
committed by GitHub
parent 477eb1745c
commit 8c95ac3145
7 changed files with 60 additions and 67 deletions

View File

@@ -580,7 +580,6 @@ class ChatAnthropic(BaseChatModel):
formatted_tools = [convert_to_anthropic_tool(tool) for tool in tools]
return self.bind(tools=formatted_tools, **kwargs)
@beta()
def with_structured_output(
self,
schema: Union[Dict, Type[BaseModel]],