langsmith — Easy Playground
LangChain's platform for tracing, testing, and monitoring LLM apps
Getting started with langsmithRun locally
Install
pip install langsmithPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: langsmith)
langsmith is a third-party package. LangChain's platform for tracing, testing, and monitoring LLM apps. Install with: pip install langsmith
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?