LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
  • RemoteGraph
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDKRemoteGraph
Language
Theme
PythonlangsmithschemasLangSmithInfo
Class●Since v0.0

LangSmithInfo

Information about the LangSmith server.

Copy
LangSmithInfo()

Bases

BaseModel

Attributes

View source on GitHub
attribute
version: str
attribute
license_expiration_time: Optional[datetime]
attribute
batch_ingest_config: Optional[BatchIngestConfig]
attribute
instance_flags: Optional[dict[str, Any]]

The version of the LangSmith server.

The time the license will expire.

The instance flags.