docs: add rag citations page (#16549)

pull/16590/head
Bagatur 8 months ago committed by GitHub
parent 31790d15ec
commit 6c89507988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

File diff suppressed because one or more lines are too long

@ -693,6 +693,7 @@ class ChatOpenAI(BaseChatModel):
def bind_tools( def bind_tools(
self, self,
tools: Sequence[Union[Dict[str, Any], Type[BaseModel], Callable, BaseTool]], tools: Sequence[Union[Dict[str, Any], Type[BaseModel], Callable, BaseTool]],
*,
tool_choice: Optional[Union[dict, str, Literal["auto", "none"]]] = None, tool_choice: Optional[Union[dict, str, Literal["auto", "none"]]] = None,
**kwargs: Any, **kwargs: Any,
) -> Runnable[LanguageModelInput, BaseMessage]: ) -> Runnable[LanguageModelInput, BaseMessage]:

Loading…
Cancel
Save