Class CodeExecutionTool
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class CodeExecutionTool : AnthropicTool
Properties
Name
Required. Name of the tool.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Type
Required. The type of the tool.
Declaration
public override AnthropicTypes.ToolType Type { get; }
Property Value
Type | Description |
---|---|
AnthropicTypes.ToolType |