Dataset Extension¶
Agentic Security allows you to extend datasets to enhance its capabilities.
Adding New Datasets¶
- Place your dataset files in the
datasets
directory. - Ensure each file contains a
prompt
column for processing.
Supported Formats¶
- CSV
- JSON
Example¶
To add a new dataset:
Further Reading¶
For more details on dataset formats and processing, refer to the API Reference.