sitemap.xml llms.txt
Skip to main content

Episode Entities

These entities are used by the Episode adapter.

EpisodeReadOutView

The EpisodeReadOutView interface defines the structure for reading episode information.

warning

The episode name cannot contain any of these characters:

`$%^*={}[]|;\"<>?\r\n

Properties

  • name (string): The name of the episode. Must be unique for the group and URL-compatible (see above).
  • episodeKey (string): The unique identifier of the episode.
  • created (string): The timestamp when the episode was created.
  • lastUpdated (string): The timestamp when the episode was last updated.
  • runLimit (number): Limits the number of runs a single user can do within the episode.
  • draft (boolean): Set this to true to identify episodes that are still under construction, so they are not used by the group.
  • category (string): Use this property to create a tree structure for the episodes.