Skip to main content

Definition

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

Syntax

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

.ctor Inherited

Inherited from object

Syntax

Properties

Content

Gets or sets the content to write to the file.

Syntax

Property Value

Type: string

FilePath

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

Syntax

Property Value

Type: string

Remarks

Must be an absolute path, not a relative path.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?