Example Usage
import { Metadata } from "@openrouter/sdk/models/operations";
let value: Metadata = {
queryTimeMs: 5773.31,
rowCount: 417738,
truncated: true,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
queryTimeMs | number | :heavy_check_mark: | N/A |
rowCount | number | :heavy_check_mark: | N/A |
truncated | boolean | :heavy_check_mark: | N/A |