create_sym_lib_table
Create a symbol library table file with name and URI entries for each library, overwriting any existing file.
Instructions
Create a sym-lib-table file in the given directory.
Each entry dict needs 'name' and 'uri' keys.
Overwrites existing sym-lib-table if present.
Args:
directory: Directory to write sym-lib-table in
entries: List of dicts with 'name' and 'uri' keys
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | ||
| entries | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |