Type Alias: GatewayInferenceScreenshot
type GatewayInferenceScreenshot = {
[key: string]: unknown;
type: "screenshot";
};
Defined in: src/models/ai-gateway-inference.ts:4288
Portkey Screenshot; additive response fields are preserved.
Example
`GatewayInferenceScreenshotSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "screenshot";
Defined in: src/models/ai-gateway-inference.ts:4288