Class ToolConfiguration
Inheritance
object
ToolConfiguration
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class ToolConfiguration
Properties
AllowedTools
Optional.
Declaration
public List<string> AllowedTools { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Enabled
Optional.
Declaration
public bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |