threat-extraction / tool_config.json
smellslikeml
initial commit
8671d0d
raw
history blame contribute delete
397 Bytes
{
"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"
}