For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetSkillSuggestions

Returns all skills that have a description or name similar to the input.

Implementation

public virtual List<int> GetSkillSuggestions(string hint);

Returns

List<int>

Last updated