Skip to main content
The Go SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import (
	"github.com/OpenRouterTeam/go-sdk/models/components"
)

value := components.OperatorEquals

// Open enum: custom values can be created with a direct type cast
custom := components.Operator("custom_value")

Values

NameValue
OperatorEqualsequals
OperatorNotEqualsnot_equals
OperatorContainscontains
OperatorNotContainsnot_contains
OperatorRegexregex
OperatorStartsWithstarts_with
OperatorEndsWithends_with
OperatorGtgt
OperatorLtlt
OperatorGtegte
OperatorLtelte
OperatorExistsexists
OperatorNotExistsnot_exists