Spaces:
Runtime error
Runtime error
File size: 397 Bytes
8671d0d |
1 2 3 4 5 6 7 |
{
"description": "This tool scrapes a hypothetical threat intelligence feed, uses OpenAI API to extract structured information, and takes defensive actions based on the information. Input is a URL of threat intel feed. Output is a structured response as a string with threat information.",
"name": "threat_intel_extractor_tool",
"tool_class": "threat_extraction.ThreatIntelExtractorTool"
}
|