TypeScript SDKAPI ReferenceModelsCustomToolCallOutputItemDetail - TypeScript SDKCopy pageCustomToolCallOutputItemDetail type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { CustomToolCallOutputItemDetail } from "@openrouter/sdk/models";23let value: CustomToolCallOutputItemDetail = "low";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"auto" | "high" | "low" | "original" | Unrecognized<string>