LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Caches
    • Callbacks
    • Documents
    • Document loaders
    • Embeddings
    • Exceptions
    • Language models
    • Serialization
    • Output parsers
    • Prompts
    • Rate limiters
    • Retrievers
    • Runnables
    • Utilities
    • Vector stores
    MCP Adapters
    Standard Tests
    Text Splitters
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    OverviewCachesCallbacksDocumentsDocument loadersEmbeddingsExceptionsLanguage modelsSerializationOutput parsersPromptsRate limitersRetrieversRunnablesUtilitiesVector stores
    MCP Adapters
    Standard Tests
    Text Splitters
    Language
    Theme
    Pythonlangchain-corerunnablesutilsConfigurableField
    Class●Since v0.1

    ConfigurableField

    Field that can be configured by the user.

    Copy
    ConfigurableField()

    Bases

    NamedTuple

    Attributes

    attribute
    id: str

    The unique identifier of the field.

    attribute
    name: str | None

    The name of the field.

    attribute
    description: str | None

    The description of the field.

    attribute
    annotation: Any | None

    The annotation of the field.

    attribute
    is_shared: bool

    Whether the field is shared.

    View source on GitHub