We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffb1d6 commit 2d86111Copy full SHA for 2d86111
1 file changed
skills.go
@@ -97,3 +97,7 @@ func (s *SkillSet) FormatForPrompt() string {
97
98
return sb.String()
99
}
100
+
101
+func SkillSetEmpty() *SkillSet {
102
+ return &SkillSet{Skills: []Skill{}}
103
+}
0 commit comments