The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { OutputMemoryServerToolItem } from "@openrouter/sdk/models";
let value: OutputMemoryServerToolItem = {
status: "completed",
type: "openrouter:memory",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
action | models.ActionEnum | :heavy_minus_sign: | N/A | |
id | string | :heavy_minus_sign: | N/A | |
key | string | :heavy_minus_sign: | N/A | |
status | models.ToolCallStatus | :heavy_check_mark: | N/A | completed |
type | models.OutputMemoryServerToolItemType | :heavy_check_mark: | N/A | |
value | any | :heavy_minus_sign: | N/A |