mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
Documentation Fix: Correct the example code output in the prompt templates doc (#6496)
Documentation is showing the wrong example output for the prompt templates code snippet. This PR fixes that issue.
This commit is contained in:
parent
c91cf68754
commit
834c3378af
@ -16,7 +16,7 @@ prompt.format(product="colorful socks")
|
|||||||
<CodeOutputBlock lang="python">
|
<CodeOutputBlock lang="python">
|
||||||
|
|
||||||
```
|
```
|
||||||
I want you to act as a naming consultant for new companies.
|
You are a naming consultant for new companies.
|
||||||
What is a good name for a company that makes colorful socks?
|
What is a good name for a company that makes colorful socks?
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user