mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 06:40:04 +00:00
cr
This commit is contained in:
parent
162a2f2acc
commit
b93ab75800
@ -89,7 +89,7 @@ multiple_input_prompt.format(adjective="funny", content="chickens")
|
|||||||
# -> "Tell me a funny joke about 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
|
```python
|
||||||
from langchain import PromptTemplate
|
from langchain import PromptTemplate
|
||||||
|
Loading…
Reference in New Issue
Block a user