Table of Contents

Class CodeExecutionTool

public class CodeExecutionTool : AnthropicTool
Inheritance
object
CodeExecutionTool
Inherited Members

Properties

Name

Required. Name of the tool.

public override string Name { get; }

Property Value

string

Type

Required. The type of the tool.

public override AnthropicTypes.ToolType Type { get; }

Property Value

AnthropicTypes.ToolType