Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Autobot::Agent::SkillMetadata
Inherits
Struct
<
Value
<
Object
Parsed frontmatter metadata from a SKILL.md file.
Constructors
new
(description :
Nil
|
String
= nil, always :
Bool
= false, tool :
Nil
|
String
= nil, requires_bins :
Array
(
String
) = [] of
String
, requires_env :
Array
(
String
) = [] of
String
, raw :
Hash
(
String
,
String
) = {} of
String
=>
String
)
Source
Instance methods
always=
(always :
Bool
)
Source
always?
Source
description
Source
description=
(description :
String
|
Nil
)
Source
raw
Source
raw=
(raw :
Hash
(
String
,
String
))
Source
requires_bins
Source
requires_bins=
(requires_bins :
Array
(
String
))
Source
requires_env
Source
requires_env=
(requires_env :
Array
(
String
))
Source
tool
Source
tool=
(tool :
String
|
Nil
)
Source