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
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithclientCreateExampleOptions
Type●Since v0.0

CreateExampleOptions

Copy
CreateExampleOptions

Properties

property
attachments: Attachments

Attachments for the example

property
createdAt: Date

The creation date of the example.

property
datasetId: string

The ID of the dataset to create the example in.

property
datasetName: string

The name of the dataset to create the example in (if dataset ID is not provided).

property
exampleId: string

A unique identifier for the example.

property
metadata: KVMap

Additional metadata associated with the example.

property
sourceRunId: string

The ID of the source run associated with this example.

property
split: string | string[]

The split(s) to assign the example to.

property
useSourceRunAttachments: string[]

Which attachments from the source run to use.

property
useSourceRunIO: boolean

Whether to use the inputs and outputs from the source run.

View source on GitHub