Corrected Sentence in router.ipynb (#9377)

Added missing question marks in the lines in the router.ipynb

@baskaryan @hwchase17
pull/9382/head
PuneetDhimanShorthillsAI 11 months ago committed by GitHub
parent ead04487fd
commit 61e4a06447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -195,7 +195,7 @@
"\n", "\n",
"\n", "\n",
"\u001b[1m> Entering new MultiPromptChain chain...\u001b[0m\n", "\u001b[1m> Entering new MultiPromptChain chain...\u001b[0m\n",
"math: {'input': 'What is the first prime number greater than 40 such that one plus the prime number is divisible by 3'}\n", "math: {'input': 'What is the first prime number greater than 40 such that one plus the prime number is divisible by 3?'}\n",
"\u001b[1m> Finished chain.\u001b[0m\n", "\u001b[1m> Finished chain.\u001b[0m\n",
"?\n", "?\n",
"\n", "\n",
@ -206,7 +206,7 @@
"source": [ "source": [
"print(\n", "print(\n",
" chain.run(\n", " chain.run(\n",
" \"What is the first prime number greater than 40 such that one plus the prime number is divisible by 3\"\n", " \"What is the first prime number greater than 40 such that one plus the prime number is divisible by 3?\"\n",
" )\n", " )\n",
")" ")"
] ]
@ -342,7 +342,7 @@
"\n", "\n",
"\n", "\n",
"\u001b[1m> Entering new MultiPromptChain chain...\u001b[0m\n", "\u001b[1m> Entering new MultiPromptChain chain...\u001b[0m\n",
"math: {'input': 'What is the first prime number greater than 40 such that one plus the prime number is divisible by 3'}\n", "math: {'input': 'What is the first prime number greater than 40 such that one plus the prime number is divisible by 3?'}\n",
"\u001b[1m> Finished chain.\u001b[0m\n", "\u001b[1m> Finished chain.\u001b[0m\n",
"?\n", "?\n",
"\n", "\n",
@ -353,7 +353,7 @@
"source": [ "source": [
"print(\n", "print(\n",
" chain.run(\n", " chain.run(\n",
" \"What is the first prime number greater than 40 such that one plus the prime number is divisible by 3\"\n", " \"What is the first prime number greater than 40 such that one plus the prime number is divisible by 3?\"\n",
" )\n", " )\n",
")" ")"
] ]

Loading…
Cancel
Save