LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Types
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
  • Vitest
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsindexFileDownloadResponse
Interface●Since v1.4

FileDownloadResponse

Result of a single file download operation.

Copy
interface FileDownloadResponse

Properties

property
content: Uint8Array<ArrayBufferLike> | null

File contents as Uint8Array on success, null on failure

property
error: FileOperationError | null

Error message on failure, undefined on success

property
path: string

File path of edited file, undefined on failure

View source on GitHub