docs: Fixed grammar mistake (#20697)

Description: Changed "You are" to "You are a". Grammar issue.
Dependencies: None

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
pull/20660/head^2
A Noor 1 month ago committed by GitHub
parent bb69819267
commit 939d113d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -194,7 +194,7 @@ Prompt templates convert raw user input to better input to the LLM.
```python ```python
from langchain_core.prompts import ChatPromptTemplate from langchain_core.prompts import ChatPromptTemplate
prompt = ChatPromptTemplate.from_messages([ prompt = ChatPromptTemplate.from_messages([
("system", "You are world class technical documentation writer."), ("system", "You are a world class technical documentation writer."),
("user", "{input}") ("user", "{input}")
]) ])
``` ```

Loading…
Cancel
Save