WriteFileTool

Provides functionality to write text content to files at absolute paths, creating parent directories and overwriting existing content as needed.

Parameters

Path

the filesystem path type used by the provider

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Args(val path: String, val content: String)

Specifies which file to write and what text content to put into it.

Link copied to clipboard

Contains the successfully written file with its metadata.

Properties

Link copied to clipboard
Link copied to clipboard
open override val description: String
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard