mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
clarify tool v/s ipython role
This commit is contained in:
parent
7cf289ca03
commit
d05a4a8734
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ Reminder:
|
|||
],
|
||||
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.
|
||||
"""
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue