Example
The following agent can write content to local files:Toolkit Params
| Parameter | Type | Default | Description |
|---|---|---|---|
target_directory | Optional[str] | None | Default directory to write files to. Uses current directory. |
default_extension | str | "txt" | Default file extension to use if none specified. |
enable_write_file | bool | True | Enable file writing functionality. |
Toolkit Functions
| Function | Description |
|---|---|
write_file | Write content to a local file with customizable options. |