clarify tool v/s ipython role

This commit is contained in:
Suraj Subramanian 2025-04-07 11:08:10 -07:00
parent 7cf289ca03
commit d05a4a8734

View file

@ -349,7 +349,7 @@ Reminder:
], ],
notes=textwrap.dedent( notes=textwrap.dedent(
""" """
- Tool outputs should be passed back to the model in the `tool` role, which uses the `<|ipython|>` tag. - Tool outputs should be passed back to the model in the `tool` (a.k.a. `ipython`) role.
- The model parses the tool output contents until it encounters the `<|eom|>` tag. It uses this to synthesize an appropriate response to the query. - The model parses the tool output contents until it encounters the `<|eom|>` tag. It uses this to synthesize an appropriate response to the query.
""" """
), ),