Skill(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents the skills of an Agent.
Attributes |
|
|---|---|
| Name | Description |
id |
str
Output only. A unique identifier for the agent's skill. |
name |
str
Output only. A human-readable name for the agent's skill. |
description |
str
Output only. A more detailed description of the skill. |
tags |
MutableSequence[str]
Output only. Keywords describing the skill. |
examples |
MutableSequence[str]
Output only. Example prompts or scenarios this skill can handle. |