Skip to content

Commit 0b6f5dc

Browse files
committed
fix typo in blog 17
1 parent 071d487 commit 0b6f5dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blogs/17_bfcl_v4_prompt_variation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 &lt;TOOLCALL&gt; section. If you decide to invoke any of
697697
the function(s), you MUST put it in the format of &lt;TOOLCALL&gt;{output_format}&lt;/TOOLCALL&gt;.
698698
{param_types} You SHOULD NOT include any other text in the response."

0 commit comments

Comments
 (0)