mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-20 22:42:26 +00:00
(Core) Small Change in Docstring for method partial
for BasePromptTemplate
(#28969)
- **Description:** Very small change in Docstring for `BasePromptTemplate` - **Issue:** #28966
This commit is contained in:
parent
a873e0fbfb
commit
aa551cbcee
@ -264,7 +264,7 @@ class BasePromptTemplate(
|
|||||||
"""Return a partial of the prompt template.
|
"""Return a partial of the prompt template.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
kwargs: Union[str, Callable[[], str], partial variables to set.
|
kwargs: Union[str, Callable[[], str]], partial variables to set.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
BasePromptTemplate: A partial of the prompt template.
|
BasePromptTemplate: A partial of the prompt template.
|
||||||
|
Loading…
Reference in New Issue
Block a user