Table of Contents

Class ClaudeTextEditor

public class ClaudeTextEditor : ClaudeTool
Inheritance
object
ClaudeTextEditor
Inherited Members

Properties

Name

Required. Name of the tool.

public override string Name { get; }

Property Value

string

Type

Required. The type of the tool. Examples: Tool.Function, Tool.FileSearch, Tool.ComputerUsePreview, Tool.WebSearch

public override ToolType Type { get; }

Property Value

ToolType