(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:
Mohammad Mohtashim
2025-01-02 22:16:30 +05:00
committed by GitHub
parent a873e0fbfb
commit aa551cbcee

View File

@@ -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.