get_config_value
Retrieve specific configuration values from subtitle matching settings using dot notation or array index paths like 'language_weights[0].weight' or 'safety.dry_run'.
Instructions
获取配置文件中指定路径的值
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 配置路径,支持点号路径和数组索引,例如:'language_weights[0].weight'、'safety.dry_run' |