Skip to main content

Type Alias: GatewayInferenceInputKeyPress

type GatewayInferenceInputKeyPress = {
type: "keypress";
keys: string[];
};

Defined in: src/models/ai-gateway-inference.ts:3154

Portkey KeyPress; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputKeyPressSchema.parse(value);`

Properties​

type​

type: "keypress";

Defined in: src/models/ai-gateway-inference.ts:3154


keys​

keys: string[];

Defined in: src/models/ai-gateway-inference.ts:3154