Skip to main content

Definition

Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Tools.Inputs Inheritance: System.Object

Syntax

CloudNimble.ClaudeEssentials.Hooks.Tools.Inputs.WriteToolInput

Summary

Represents the input parameters for the Write tool. The Write tool writes a file to the local filesystem.

Remarks

This tool will overwrite the existing file if there is one at the provided path.

Constructors

.ctor

Syntax

public WriteToolInput()

.ctor Inherited

Inherited from object

Syntax

public Object()

Properties

Content

Gets or sets the content to write to the file.

Syntax

public string Content { get; set; }

Property Value

Type: string

FilePath

Gets or sets the absolute path to the file to write.

Syntax

public string FilePath { get; set; }

Property Value

Type: string

Remarks

Must be an absolute path, not a relative path.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?