Class: Aws::BedrockAgentCoreControl::Types::AgentSkillsDescriptor

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#skill_definitionTypes::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_mdTypes::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