Module sapiens::context

source ·
Expand description

Maintain the context for the bot.

Structs

  • A history entry
  • Maintain a chat history that can be truncated (from the head) to ensure we have enough tokens to complete the task
  • A dump of the chat history

Enums

  • An error that can occur when adding a prompt to the chat history

Traits