mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 14:36:54 +00:00
docs: update tool use case (#20404)
This commit is contained in:
@@ -344,7 +344,6 @@ class ChatAnthropic(BaseChatModel):
|
||||
) -> Iterator[ChatGenerationChunk]:
|
||||
params = self._format_params(messages=messages, stop=stop, **kwargs)
|
||||
if _tools_in_params(params):
|
||||
warnings.warn("stream: Tool use is not yet supported in streaming mode.")
|
||||
result = self._generate(
|
||||
messages, stop=stop, run_manager=run_manager, **kwargs
|
||||
)
|
||||
|
Reference in New Issue
Block a user