mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-11 16:01:33 +00:00
docs: Fix typo in llmonitor.md (#22590)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user