Variables#
In the .enkaidu/ profile directory, you can define custom variables by creating a file called variables.yml or variables.yaml (not both!).
Variables defined here can be access when defining custom prompts and system prompts.
HEADS UP Currently the variable definitions support one level of nesting. This means hash maps can contain value and array properties, but can’t contain further hash maps, and arrays cannot contain more arrays.
Example#
something: A String
various: [Array, of, Strings]
nested:
one: one
two: two