Table of Contents

Method WithAllowedTools

Namespace
LMKit.Agents.Skills
Assembly
LM-Kit.NET.dll

WithAllowedTools(string)

Sets the allowed tools for this skill.

public SkillBuilder WithAllowedTools(string tools)

Parameters

tools string

The 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

tools string[]

The tool specifications.

Returns

SkillBuilder

This builder for method chaining.