Upload files to the sandbox using LangSmith's native file write API.
uploadFiles(files: [string, Uint8Array<ArrayBufferLike>][]): Promise<FileUploadResponse[]>| Name | Type | Description |
|---|---|---|
files* | [string, Uint8Array<ArrayBufferLike>][] | List of [path, content] tuples to upload |