The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ResponseHealingPlugin } from "@openrouter/sdk/models";
let value: ResponseHealingPlugin = {
id: "response-healing",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
enabled | boolean | :heavy_minus_sign: | Set to false to disable the response-healing plugin for this request. Defaults to true. |
id | ”response-healing” | :heavy_check_mark: | N/A |