LangGraph.js API Reference
    Preparing search index...

    Type Alias FunctionCallingExecutorState

    Use createReactAgent instead with tool calling.

    type FunctionCallingExecutorState = {
        messages: BaseMessage[];
    }
    Index

    Deprecated

    Deprecated

    messages: BaseMessage[]