Prompts in Athina are stored using the OpenAI prompt format.Documentation Index
Fetch the complete documentation index at: https://docs.athina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Variables
Athina uses Jinja templating to allow you to use variables in your prompts. You can use variables in your prompts by wrapping them in double curly braces{{variable_name}}.
When you run a prompt, you can pass values for these variables as input.