Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 951 Bytes

File metadata and controls

36 lines (30 loc) · 951 Bytes

LaunchDarklyApi::AgentSkill

Properties

Name Type Description Notes
key String
_access AiConfigsAccess [optional]
_links ParentAndSelfLinks [optional]
_maintainer AIConfigMaintainer [optional]
name String
description String [optional]
markdown String The verbatim SKILL.md content of the agent skill
tags Array<String>
version Integer
created_at Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AgentSkill.new(
  key: null,
  _access: null,
  _links: null,
  _maintainer: null,
  name: null,
  description: null,
  markdown: null,
  tags: null,
  version: null,
  created_at: null
)