Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::Agent::Skill.
Represents the skills of an Agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Output only. A more detailed description of the skill.
#examples
def examples() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. Example prompts or scenarios this skill can handle.
#id
def id() -> ::String
Returns
- (::String) — Output only. A unique identifier for the agent's skill.
#name
def name() -> ::String
Returns
- (::String) — Output only. A human-readable name for the agent's skill.
#tags
def tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. Keywords describing the skill.