{% extends "base.html" %} {% block title %}Tasks — FreeWeight{% endblock %} {% block content %}

{{ draft.name }}

{% include "partials/_wizard_steps.html" %}

4. {{ step.heading }}

Prompts from your real work. Starter tasks are offered and are explicitly there to be replaced: a voice measured on someone else's prompts is not your voice, and a goal still running entirely on unedited starter tasks is badged unforked wherever its results appear.

{% if error %} {% endif %} {% if draft.tasks %}
{% for task in draft.tasks %} {% endfor %}
{{ draft.tasks | length }} tasks.
TaskPromptSource
{{ task.name }}
{{ task.key }}
{{ task.prompt_text }}
{% if task.is_starter %} starter
Replace it with your own. {% else %} yours {% endif %}
{% else %}

No tasks yet. A goal with no task has nothing for a model to answer.

{% endif %}

Add a task

Before you go further

{{ cost }}

{% endblock %}