mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-20 14:31:44 +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.
|
||||
|
||||
Args:
|
||||
kwargs: Union[str, Callable[[], str], partial variables to set.
|
||||
kwargs: Union[str, Callable[[], str]], partial variables to set.
|
||||
|
||||
Returns:
|
||||
BasePromptTemplate: A partial of the prompt template.
|
||||
|
Loading…
Reference in New Issue
Block a user