Class ToolFilter
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public class ToolFilter
Properties
| Edit this page View SourceAllowedTools
Optional.
Declaration
[JsonProperty("allowed_tools")]
public List<string> AllowedTools { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Enabled
Optional.
Declaration
[JsonProperty("enabled")]
public bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |