Skip to content

Variables[]

.halguru-state.yamlVariables

Represents a collection of variables associated with the agent state.

Variables:
  - Name: MyVariable
    Type: Custom
    Value: MyValue

Properties#

Name Type Required Description
Name Text ✔️ The name of the variable.
Type Option ✔️ The data type of the variable.
Value Text The value of the variable.

Technical Information#

Property Value
Path Variables[]
Internal Type StateModels.Variable
Internal Root Type StateConfiguration
File Extension .halguru-state.yaml
JSON Schema halguru-state-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0