mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-28 11:55:21 +00:00
cookbook[patch]: add strip of quotes (#19452)
This commit is contained in:
parent
8a2528c34a
commit
cceaca3e4f
@ -245,7 +245,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def _parse(text):\n",
|
"def _parse(text):\n",
|
||||||
" return text.strip(\"**\")"
|
" return text.strip('\"').strip(\"**\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user