Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Tool::ComputerUse (v1.30.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Tool::ComputerUse.

Tool to support computer use.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#environment

def environment() -> ::Google::Cloud::AIPlatform::V1::Tool::ComputerUse::Environment
Returns

#environment=

def environment=(value) -> ::Google::Cloud::AIPlatform::V1::Tool::ComputerUse::Environment
Parameter
Returns

#excluded_predefined_functions

def excluded_predefined_functions() -> ::Array<::String>
Returns
  • (::Array<::String>) —

    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.

#excluded_predefined_functions=

def excluded_predefined_functions=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) —

    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.
Returns
  • (::Array<::String>) —

    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.