Example Usage
import { Operator } from "@openrouter/sdk/models/operations";
let value: Operator = {
name: "eq",
valueType: "array",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name | operations.OperatorName | :heavy_check_mark: | Operator identifier used in filter definitions | eq |
valueType | operations.ValueType | :heavy_check_mark: | Whether the operator expects a single value or an array |