Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { OpenResponsesRequestPluginResponseHealing } from "@openrouter/sdk/models";

let value: OpenResponsesRequestPluginResponseHealing = {
  id: "response-healing",
};

Fields

FieldTypeRequiredDescription
id”response-healing”:heavy_check_mark:N/A
enabledboolean:heavy_minus_sign:Set to false to disable the response-healing plugin for this request. Defaults to true.