Class: Google::Cloud::AgentRegistry::V1::Agent::Skill
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::Agent::Skill
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/agent.rb
Overview
Represents the skills of an Agent.
Instance Attribute Summary collapse
-
#description ⇒ ::String
readonly
Output only.
-
#examples ⇒ ::Array<::String>
readonly
Output only.
-
#id ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#tags ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String (readonly)
Returns Output only. A more detailed description of the skill.
130 131 132 133 |
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130 class Skill include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#examples ⇒ ::Array<::String> (readonly)
Returns Output only. Example prompts or scenarios this skill can handle.
130 131 132 133 |
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130 class Skill include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String (readonly)
Returns Output only. A unique identifier for the agent's skill.
130 131 132 133 |
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130 class Skill include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |