OutputMemoryServerToolItem - TypeScript SDK

OutputMemoryServerToolItem type definition

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

An openrouter:memory server tool output item

Example Usage

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

Fields

FieldTypeRequiredDescriptionExample
actionmodels.ActionEnumN/A
idstringN/A
keystringN/A
statusmodels.ToolCallStatus✔️N/Acompleted
typemodels.OutputMemoryServerToolItemType✔️N/A
valueanyN/A