langchain.js
    Preparing search index...

    Type Alias FunctionCallingExecutorState

    Use createReactAgent instead with tool calling.

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

    Properties

    Properties

    messages: BaseMessage[]