DOC: The arguments used in the function declaration differ from those written in the function description #28966
Labels
🤖:docs
Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
URL
https://python.langchain.com/api_reference/core/prompts/langchain_core.prompts.base.BasePromptTemplate.html#langchain_core.prompts.base.BasePromptTemplate.partial
Checklist
Issue with current documentation:
class : BasePromptTemplate
function : partial
Issue : The arguments used in the function declaration differ from those written in the function description
Source Code : https://github.com/langchain-ai/langchain/blob/master/libs/core/langchain_core/prompts/base.py#L267 #
Idea or request for content:
add ']' at the end of Union
kwargs: Union[str, Callable[[], str], partial variables to set.
=> kwargs: Union[str, Callable[[], str]], partial variables to set.
The text was updated successfully, but these errors were encountered: