ApplyPatchServerTool - TypeScript SDK

ApplyPatchServerTool type definition

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

Apply patch tool configuration

Example Usage

1import { ApplyPatchServerTool } from "@openrouter/sdk/models";
2
3let value: ApplyPatchServerTool = {
4 type: "apply_patch",
5};

Fields

FieldTypeRequiredDescription
type”apply_patch”✔️N/A