Clear all URLs and reset the pipeline.
()
| 182 | |
| 183 | @tool |
| 184 | def clear_pipeline() -> Dict[str, Any]: |
| 185 | """Clear all URLs and reset the pipeline.""" |
| 186 | return { |
| 187 | "success": True, |
| 188 | "message": "Pipeline cleared successfully" |
| 189 | } |
| 190 | |
| 191 | # Tool list for the agent |
| 192 | SCRAPING_TOOLS = [ |
nothing calls this directly
no outgoing calls
no test coverage detected