Skip to content

TextFiles[]

.halguru.yamlTextFiles[]

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

Field Information#

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.

Technical Information#

Property Value
Path TextFiles[]
Internal Type AgentModels.TextFileItem
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0