Skip to content

Commit 834c337

Browse files
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.
1 parent c91cf68 commit 834c337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/modules/model_io/prompts/prompt_templates/get_started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ prompt.format(product="colorful socks")
1616
<CodeOutputBlock lang="python">
1717

1818
```
19-
I want you to act as a naming consultant for new companies.
19+
You are a naming consultant for new companies.
2020
What is a good name for a company that makes colorful socks?
2121
```
2222

0 commit comments

Comments
 (0)