Class: Aws::BedrockAgentCoreControl::Types::AgentSkillsDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::AgentSkillsDescriptor
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The agent skills descriptor for a registry record. Contains an optional skill markdown definition in human-readable format and an optional structured skill definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#skill_definition ⇒ Types::SkillDefinition
The structured skill definition with schema version and content.
-
#skill_md ⇒ Types::SkillMdDefinition
The optional skill markdown definition describing the agent's skills in a human-readable format.
Instance Attribute Details
#skill_definition ⇒ Types::SkillDefinition
The structured skill definition with schema version and content.
249 250 251 252 253 254 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 249 class AgentSkillsDescriptor < Struct.new( :skill_md, :skill_definition) SENSITIVE = [] include Aws::Structure end |
#skill_md ⇒ Types::SkillMdDefinition
The optional skill markdown definition describing the agent's skills in a human-readable format.
249 250 251 252 253 254 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 249 class AgentSkillsDescriptor < Struct.new( :skill_md, :skill_definition) SENSITIVE = [] include Aws::Structure end |