diff --git a/src/interactions/resources/interactions.ts b/src/interactions/resources/interactions.ts index ee27afdc2..6284dc476 100644 --- a/src/interactions/resources/interactions.ts +++ b/src/interactions/resources/interactions.ts @@ -2345,10 +2345,15 @@ export namespace Tool { export interface ComputerUse { type: 'computer_use'; + /** + * Whether enable the prompt injection detection check on computer-use request. + */ + enable_prompt_injection_detection?: boolean; + /** * The environment being operated. */ - environment?: 'browser'; + environment?: 'browser' | 'mobile' | 'desktop'; /** * The list of predefined functions that are excluded from the model call.