Class: Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Tools

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/agent_service.rb

Overview

The list of tools generated by the LLM assistant.

Instance Attribute Summary collapse

Instance Attribute Details

#tools::Array<::Google::Cloud::Ces::V1beta::Tool>

Returns The list of tools generated by the LLM assistant.

Returns:



1431
1432
1433
1434
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1431

class Tools
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end