mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
docs, multiple: de-beta with_structured_output (#20850)
This commit is contained in:
@@ -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]],
|
||||
|
||||
Reference in New Issue
Block a user