langchain.js
    Preparing search index...

    Interface AgentRunnableSequence<RunInput, RunOutput>

    interface AgentRunnableSequence<RunInput = any, RunOutput = any> {
        singleAction: boolean;
        streamRunnable?: boolean;
    }

    Type Parameters

    • RunInput = any
    • RunOutput = any

    Hierarchy (View Summary)

    Index

    Properties

    singleAction: boolean
    streamRunnable?: boolean