LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • MCP Adapters
    • Overview
    • Agents
    • Callbacks
    • Chains
    • Chat models
    • Embeddings
    • Evaluation
    • Globals
    • Hub
    • Memory
    • Output parsers
    • Retrievers
    • Runnables
    • LangSmith
    • Storage
    Standard Tests
    Text Splitters
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    MCP Adapters
    OverviewAgentsCallbacksChainsChat modelsEmbeddingsEvaluationGlobalsHubMemoryOutput parsersRetrieversRunnablesLangSmithStorage
    Standard Tests
    Text Splitters
    Language
    Theme
    Pythonlangchain-classicagentsopenai_assistantbaseOpenAIAssistantAction
    Classā—Since v1.0

    OpenAIAssistantAction

    Copy
    OpenAIAssistantAction()

    Bases

    AgentAction

    Attributes

    Methods

    Inherited fromAgentAction(langchain_core)

    Attributes

    AtoolAtool_inputAlogAtypeAmessages
    View source on GitHub

    Methods

    Mget_lc_namespace

    Inherited fromSerializable(langchain_core)

    Attributes

    Alc_secretsAlc_attributesAmodel_config

    Methods

    Mget_lc_namespaceMlc_idMto_jsonMto_json_not_implemented

    Parameters

    NameTypeDescription
    tool_call_id*unknown

    Tool call id.

    run_id*unknown

    Run id.

    thread_id*unknown

    Thread id

    attribute
    tool_call_id: str
    attribute
    run_id: str
    attribute
    thread_id: str
    method
    is_lc_serializable

    Check if the class is serializable by LangChain.

    AgentAction with info needed to submit custom tool output to existing run.