Type alias HttpResponseOutputParserInput

HttpResponseOutputParserInput: {
    contentType?: "text/plain" | "text/event-stream";
    outputParser?: BaseTransformOutputParser;
}

Type declaration

Generated using TypeDoc