Method WithAllowedTools
WithAllowedTools(string)
Sets the allowed tools for this skill.
public SkillBuilder WithAllowedTools(string tools)
Parameters
toolsstringThe tool specifications (space or comma separated).
Returns
- SkillBuilder
This builder for method chaining.
WithAllowedTools(params string[])
Sets the allowed tools for this skill.
public SkillBuilder WithAllowedTools(params string[] tools)
Parameters
toolsstring[]The tool specifications.
Returns
- SkillBuilder
This builder for method chaining.