Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ToolComputerUse

import type { GoogleCloudAiplatformV1ToolComputerUse } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Tool to support computer use.

interface GoogleCloudAiplatformV1ToolComputerUse {
environment?: "ENVIRONMENT_UNSPECIFIED" | "ENVIRONMENT_BROWSER";
excludedPredefinedFunctions?: string[];
}

§Properties

§
environment?: "ENVIRONMENT_UNSPECIFIED" | "ENVIRONMENT_BROWSER"
[src]

Required. The environment being operated.

§
excludedPredefinedFunctions?: string[]
[src]

Optional. 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.