From 18e9ef4c34f0bb9a68782c8ebe0fbd69f7ca95a9 Mon Sep 17 00:00:00 2001 From: Connor Shorten Date: Thu, 20 Mar 2025 12:51:46 -0400 Subject: [PATCH] Update example.py with docstring note about `letta_client` (#2462) --- examples/docs/example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/docs/example.py b/examples/docs/example.py index a01993a4..b5d6c77a 100644 --- a/examples/docs/example.py +++ b/examples/docs/example.py @@ -8,6 +8,7 @@ If you're using Letta Cloud, replace 'baseURL' with 'token' See: https://docs.letta.com/api-reference/overview Execute this script using `poetry run python3 example.py` +This will install `letta_client` and other dependencies. """ client = Letta( base_url="http://localhost:8283",