mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
docs: Fix typo in llmonitor.md (#22590)
This commit is contained in:
parent
feb73d4281
commit
e0e40f3f63
@ -110,7 +110,7 @@ with identify("user-123"):
|
|||||||
llm.invoke("Tell me a joke")
|
llm.invoke("Tell me a joke")
|
||||||
|
|
||||||
with identify("user-456", user_props={"email": "user456@test.com"}):
|
with identify("user-456", user_props={"email": "user456@test.com"}):
|
||||||
agen.run("Who is Leo DiCaprio's girlfriend?")
|
agent.run("Who is Leo DiCaprio's girlfriend?")
|
||||||
```
|
```
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user