File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -686,13 +686,13 @@ <h3>Variations of <code>has_tool_call_tag</code></h3>
686686 </ summary >
687687 < div style ="padding: 16px; display: flex; min-height: 100px; ">
688688 < p
689- style ="color: green; font-family: 'Roboto Mono', monospace; margin: 0; font-size: 14px; white-space: pre-line; "> < b > • has_tool_call_tag=True :</ b >
689+ style ="color: green; font-family: 'Roboto Mono', monospace; margin: 0; font-size: 14px; white-space: pre-line; "> < b > • has_tool_call_tag=False :</ b >
690690 "You should only return the function calls in your response.
691691 If you decide to invoke any of the function(s), you MUST put it in the format of {output_format}.
692692 {param_types} You SHOULD NOT include any
693693 other text in the response."
694694
695- < b > • has_tool_call_tag=False :</ b >
695+ < b > • has_tool_call_tag=True :</ b >
696696 "You should only return the function calls in the <TOOLCALL> section. If you decide to invoke any of
697697 the function(s), you MUST put it in the format of <TOOLCALL>{output_format}</TOOLCALL>.
698698 {param_types} You SHOULD NOT include any other text in the response."
You can’t perform that action at this time.
0 commit comments