Class GoogleCloudAiplatformV1ToolComputerUse
Tool to support computer use.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ToolComputerUse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Environment
Required. The environment being operated.
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExcludedPredefinedFunctions
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.
Declaration
[JsonProperty("excludedPredefinedFunctions")]
public virtual IList<string> ExcludedPredefinedFunctions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |