Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/interactions/resources/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1341,12 +1341,12 @@ export namespace Tool {
* A tool that can be used by the model to interact with the computer.
*/
export interface ComputerUse {
type: 'computer_use';

/**
* The environment being operated.
*/
environment?: 'browser';
environment: 'browser';

type: 'computer_use';

/**
* The list of predefined functions that are excluded from the model call.
Expand Down