Ask a question to get started
Enter to send•Shift+Enter new line
upload_files( self, files: list[tuple[str, bytes]], ) -> list
files
list[tuple[str, bytes]]
Upload multiple files to the LangSmith sandbox.
Supports partial success -- individual uploads may fail without affecting others.
List of (path, content) tuples to upload.
(path, content)