TypeScript SDKAPI ReferenceModelsResponseHealingPlugin - TypeScript SDKCopy pageResponseHealingPlugin type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ResponseHealingPlugin } from "@openrouter/sdk/models";23let value: ResponseHealingPlugin = {4 id: "response-healing",5}; Fields FieldTypeRequiredDescriptionenabledboolean➖Set to false to disable the response-healing plugin for this request. Defaults to true.id”response-healing”✔️N/A