Update EBNF grammar comment for tool_result format
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
8e5747ff43
commit
785dea9b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
// Self-wrapping leaves (not inside a message branch):
|
||||
// dmn = IM_START "dmn\n" TEXT IM_END "\n" ;
|
||||
// memory = IM_START "memory\n" TEXT IM_END "\n" ;
|
||||
// tool_result = IM_START "tool\n" TEXT IM_END "\n" ;
|
||||
// tool_result = IM_START "user\n<tool_response>\n" TEXT "\n</tool_response>" IM_END "\n" ;
|
||||
//
|
||||
// Non-visible leaves (not in prompt):
|
||||
// log = TEXT ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue