mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
dynamic system prompts
This commit is contained in:
parent
55f7cbd091
commit
63007d1209
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ Template-first prompting is the recommended dynamic interface.
|
|||
1. **Define one reusable template at config time**
|
||||
- Put stable policy/rules in `--env.teacher_prompt_template`.
|
||||
- Use variable placeholders for runtime values, e.g. `{question}`, `{answer}`, `{episodes}`.
|
||||
- Keep student trajectory out of the template unless you intentionally want duplication.
|
||||
|
||||
|
||||
2. **Pass runtime variables from the environment**
|
||||
- At scoring time, attach variables to:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue