mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
cr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user