ItemReferenceItem - TypeScript SDK

ItemReferenceItem type definition

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

A reference to a previous response item by ID

Example Usage

1import { ItemReferenceItem } from "@openrouter/sdk/models";
2
3let value: ItemReferenceItem = {
4 id: "msg-abc123",
5 type: "item_reference",
6};

Fields

FieldTypeRequiredDescription
idstring✔️N/A
typemodels.ItemReferenceItemType✔️N/A