Skip to content

Commit 3116fe1

Browse files
authored
Fix typo in agentchat_MathChat.ipynb
requries -> requires
1 parent fa6e2a5 commit 3116fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/agentchat_MathChat.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"Check out `MathUserProxyAgent.generate_init_message(problem, prompt_type='default', customized_prompt=None)`:\n",
241241
"- You may choose from `['default', 'python', 'two_tools']` for parameter `prompt_type`. We include two more prompts in the paper: \n",
242242
" 1. `'python'` is a simplified prompt from the default prompt that uses Python only. \n",
243-
" 2. `'two_tools'` further allows the selection of Python or Wolfram Alpha based on this simplified `python` prompt. Note that this option requries a Wolfram Alpha API key and put it in `wolfram.txt`.\n",
243+
" 2. `'two_tools'` further allows the selection of Python or Wolfram Alpha based on this simplified `python` prompt. Note that this option requires a Wolfram Alpha API key and put it in `wolfram.txt`.\n",
244244
"\n",
245245
"- You can also input your customized prompt if needed: `mathproxyagent.generate_init_message(problem, customized_prompt=\"Your customized prompt\")`. Since this mathproxyagent detects '\\boxed{}' as termination, you need to have a similar termination sentence in the prompt: \"If you get the answer, put the answer in \\\\boxed{}.\". If the customized is provided, the `prompt_type` will be ignored.\n",
246246
"\n",

0 commit comments

Comments
 (0)