TextFiles[]
.halguru.yaml ➤ TextFiles[]
Represents a collection of files utilized within the agent's configuration, potentially serving as supporting resources for the agent's functionality or integration processes.
TextFiles:
- FileName: data.txt
Content: This is the content of the file.
ListUpdated: 2025-01-20T18:15:23
| Name |
Description |
| Title |
Text Files |
| Field Type |
ObjectList |
| Required |
False |
Field List
FileName is the primary key and should be unique in the TextFiles[] list.
| Name |
Type |
Required |
Description |
| FileName |
Text |
✔️ |
The name of the file. |
| Content |
Text |
|
The content of the file. |
| ListUpdated |
DateTime |
|
The last time the file list was updated. |
| Property |
Value |
| Path |
TextFiles[] |
| Internal Type |
AgentModels.TextFileItem |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |