langchain.js
    Preparing search index...

    Type Alias HttpResponseOutputParserInput

    type HttpResponseOutputParserInput = {
        contentType?: "text/plain" | "text/event-stream";
        outputParser?: BaseMessage;
    }
    Index

    Properties

    contentType?: "text/plain" | "text/event-stream"
    outputParser?: BaseMessage