LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithexperimentalsandboxOutputChunk
Interface●Since v0.7

OutputChunk

A single chunk of streaming output from command execution.

Copy
interface OutputChunk

Properties

property
data: string

The dataset to evaluate on. Can be a dataset name, a list of examples, or a generator of examples.

property
offset: number
property
stream: "stdout" | "stderr"

Either "stdout" or "stderr".

View source on GitHub