We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68101cb commit d6a05bfCopy full SHA for d6a05bf
tool_use/memory_cookbook.ipynb
@@ -623,7 +623,6 @@
623
" \n",
624
"# example usage\n",
625
"file_path = \"/Users/user/Downloads/SB1029-ProjectUpdate-FINAL_020317-A11Y.pdf\" # REPLACE\n",
626
- "file_path = \"/Users/alexander/Downloads/Ground Lease - Desert Valley Medical Campus.pdf\"\n",
627
"storage_manager = StorageManager(os.getenv(\"ANTHROPIC_API_KEY\"))\n",
628
"uploaded = storage_manager.upload_file(file_path)\n",
629
"storage_manager.get_file_metadata(uploaded['id'])"
0 commit comments