docs: add rag citations page (#16549)

This commit is contained in:
Bagatur 2024-01-25 13:51:41 -08:00 committed by GitHub
parent 31790d15ec
commit 6c89507988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 867 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

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