mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 08:32:32 +00:00
docs[patch]: update disable_streaming docstring (#29968)
This commit is contained in:
parent
b7a1705052
commit
d00d645829
@ -208,8 +208,8 @@ class BaseChatModel(BaseLanguageModel[BaseMessage], ABC):
|
||||
disable_streaming: Union[bool, Literal["tool_calling"]] = False
|
||||
"""Whether to disable streaming for this model.
|
||||
|
||||
If streaming is bypassed, then ``stream()/astream()`` will defer to
|
||||
``invoke()/ainvoke()``.
|
||||
If streaming is bypassed, then ``stream()``/``astream()``/``astream_events()`` will
|
||||
defer to ``invoke()``/``ainvoke()``.
|
||||
|
||||
- If True, will always bypass streaming case.
|
||||
- If "tool_calling", will bypass streaming case only when the model is called
|
||||
|
Loading…
Reference in New Issue
Block a user