ResponseHealingPlugin - TypeScript SDK

ResponseHealingPlugin type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ResponseHealingPlugin } from "@openrouter/sdk/models";
2
3let value: ResponseHealingPlugin = {
4 id: "response-healing",
5};

Fields

FieldTypeRequiredDescription
enabledbooleanSet to false to disable the response-healing plugin for this request. Defaults to true.
id”response-healing”✔️N/A