mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
cookbook[patch]: add strip of quotes (#19452)
This commit is contained in:
@@ -245,7 +245,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def _parse(text):\n",
|
"def _parse(text):\n",
|
||||||
" return text.strip(\"**\")"
|
" return text.strip('\"').strip(\"**\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user