Files
langchain-python/langchain/tools
James Brotchie 5fdaa95e06 Strip surrounding quotes from requests tool URLs. (#3563)
Often an LLM will output a requests tool input argument surrounded by
single quotes. This triggers an exception in the requests library. Here,
we add a simple clean url function that strips any leading and trailing
single and double quotes before passing the URL to the underlying
requests library.

Co-authored-by: James Brotchie <brotchie@google.com>
2023-04-25 21:20:26 -07:00
..
2023-04-25 08:09:17 -07:00
2023-03-22 20:30:45 -07:00
2023-04-17 21:14:40 -07:00
2023-04-22 08:24:48 -07:00
2023-03-18 19:55:26 -07:00
2023-04-20 07:57:07 -07:00
2023-04-24 09:58:29 -07:00
2023-02-22 22:29:43 -08:00