OutputTextEditorServerToolItem - TypeScript SDK

OutputTextEditorServerToolItem type definition

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

An openrouter:text_editor server tool output item

Example Usage

1import { OutputTextEditorServerToolItem } from "@openrouter/sdk/models";
2
3let value: OutputTextEditorServerToolItem = {
4 status: "completed",
5 type: "openrouter:text_editor",
6};

Fields

FieldTypeRequiredDescriptionExample
commandmodels.CommandN/A
filePathstringN/A
idstringN/A
statusmodels.ToolCallStatus✔️N/Acompleted
typemodels.OutputTextEditorServerToolItemType✔️N/A