Interface ToolComputerUse

Tool to support computer use.

interface ToolComputerUse {
    environment?: Environment;
    excludedPredefinedFunctions?: string[];
}

Properties

environment?: Environment

Required. The environment being operated.

excludedPredefinedFunctions?: string[]

By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes:

  1. Using a more restricted / different action space.
  2. Improving the definitions / instructions of predefined functions.