source-code-retriever-tool / tool_config.json
Pierre Lepagnol
App init
e32fc13
raw
history blame contribute delete
No virus
244 Bytes
{
"description": "This is a tool that retrieves the source code of a given webpage. It takes the URL of the webpage, and returns the source code.",
"name": "source_code_scrapper",
"tool_class": "source_code_retriever.ScrapperTool"
}