Type Alias: GatewayInferenceKeyPress
type GatewayInferenceKeyPress = {
[key: string]: unknown;
type: "keypress";
keys: string[];
};
Defined in: src/models/ai-gateway-inference.ts:4266
Portkey KeyPress; additive response fields are preserved.
Example
`GatewayInferenceKeyPressSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "keypress";
Defined in: src/models/ai-gateway-inference.ts:4267
keys
keys: string[];
Defined in: src/models/ai-gateway-inference.ts:4268