Class: Google::Cloud::AIPlatform::V1::ToolConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tool.rb
Overview
Tool config. This config is shared for all tools provided in the request.
Instance Attribute Summary collapse
Instance Attribute Details
#function_calling_config ⇒ ::Google::Cloud::AIPlatform::V1::FunctionCallingConfig
Returns Optional. Function calling config.
192 193 194 195 |
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 192 class ToolConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |