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- (::Google::Cloud::AIPlatform::V1::Tool::ComputerUse::Environment) — Required. The environment being operated.
#environment=
def environment=(value) -> ::Google::Cloud::AIPlatform::V1::Tool::ComputerUse::Environment- value (::Google::Cloud::AIPlatform::V1::Tool::ComputerUse::Environment) — Required. The environment being operated.
- (::Google::Cloud::AIPlatform::V1::Tool::ComputerUse::Environment) — Required. The environment being operated.
#excluded_predefined_functions
def excluded_predefined_functions() -> ::Array<::String>-
(::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:
- Using a more restricted / different action space.
- Improving the definitions / instructions of predefined functions.
#excluded_predefined_functions=
def excluded_predefined_functions=(value) -> ::Array<::String>-
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:
- Using a more restricted / different action space.
- Improving the definitions / instructions of predefined functions.
-
(::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:
- Using a more restricted / different action space.
- Improving the definitions / instructions of predefined functions.