Table of Contents

Property AllowedTools

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

AllowedTools

Gets or sets a space-delimited list of pre-approved tools.

Optional. Experimental. Support may vary between agent implementations. Tools listed here may be granted access without per-use approval when the skill is active.

[JsonPropertyName("allowed-tools")]
public string AllowedTools { get; set; }

Property Value

string

Examples

Bash(git status:),Bash(git diff:),Read,Grep