This commit is contained in:
Ankush Gola 2023-02-21 17:46:27 -08:00
parent 162a2f2acc
commit b93ab75800

View File

@ -89,7 +89,7 @@ multiple_input_prompt.format(adjective="funny", content="chickens")
# -> "Tell me a funny joke about chickens."
```
You can also apply partial formatting to a `PromptTemplate` object:
You can also apply partial formatting to a `PromptTemplate` object via `pformat`:
```python
from langchain import PromptTemplate