Class: Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Tools
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Tools
- 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
-
#tools ⇒ ::Array<::Google::Cloud::Ces::V1beta::Tool>
The list of tools generated by the LLM assistant.
Instance Attribute Details
#tools ⇒ ::Array<::Google::Cloud::Ces::V1beta::Tool>
Returns The list of tools generated by the LLM assistant.
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 |