Type alias HttpResponseOutputParserInput
HttpResponseOutputParserInput: {     contentType?: "text/plain" | "text/event-stream";     outputParser?: Toolkit; } Type declaration
Optional contentType?: "text/plain" | "text/event-stream"
Optional outputParser?: Toolkit