Upload multiple files.
Note: Since LangGraph state must be updated via Command objects, the caller must apply filesUpdate via Command after calling this method.
uploadFiles(files: [string, Uint8Array<ArrayBufferLike>][]): FileUploadResponse[] __type| Name | Type | Description |
|---|---|---|
files* | [string, Uint8Array<ArrayBufferLike>][] | List of [path, content] tuples to upload |