docs: Fix typo in llmonitor.md (#22590)

This commit is contained in:
liuzc9 2024-06-06 23:26:51 +08:00 committed by GitHub
parent feb73d4281
commit e0e40f3f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ with identify("user-123"):
llm.invoke("Tell me a joke")
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