ps_symbol_import
Import symbols in bulk from external sources like HuggingFace, JSON, or CSV to categorize and structure data for AI agent governance.
Instructions
Bulk import symbols from external data (HuggingFace, JSON, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Data source format | |
| data | Yes | The data to import (format depends on source) | |
| category | Yes | Category for imported symbols | |
| id_prefix | Yes | Prefix for generated symbol IDs (e.g., Ξ.Q.DEEPSEARCHQA) | |
| transform | No | Field mapping from source data to symbol fields | |
| defaults | No | Default values for fields not in source data |