55 lines
2.1 KiB
TOML
55 lines
2.1 KiB
TOML
[presets.Default.categories]
|
|
General = [
|
|
{ name = "run_powershell", approval = "ask", weight = 3, parameter_bias = {} },
|
|
{ name = "read_file", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "list_directory", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "search_files", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "get_file_summary", approval = "auto", weight = 3, parameter_bias = {} },
|
|
]
|
|
Python = [
|
|
{ name = "py_get_skeleton", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_code_outline", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_definition", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_signature", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_class_summary", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_var_declaration", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_docstring", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_find_usages", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_imports", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_check_syntax", approval = "auto", weight = 3, parameter_bias = {} },
|
|
{ name = "py_get_hierarchy", approval = "auto", weight = 3, parameter_bias = {} },
|
|
]
|
|
Surgical = []
|
|
Web = [
|
|
{ name = "web_search", approval = "ask", weight = 3, parameter_bias = {} },
|
|
{ name = "fetch_url", approval = "ask", weight = 3, parameter_bias = {} },
|
|
]
|
|
Analysis = []
|
|
Runtime = []
|
|
|
|
[bias_profiles.Balanced.tool_weights]
|
|
|
|
[bias_profiles.Balanced.category_multipliers]
|
|
|
|
[bias_profiles.Execution-Focused.tool_weights]
|
|
run_powershell = 5
|
|
|
|
[bias_profiles.Execution-Focused.category_multipliers]
|
|
Runtime = 1.5
|
|
Surgical = 1.2
|
|
|
|
[bias_profiles.Discovery-Heavy.tool_weights]
|
|
web_search = 4
|
|
search_files = 4
|
|
|
|
[bias_profiles.Discovery-Heavy.category_multipliers]
|
|
Web = 1.5
|
|
Analysis = 1.3
|
|
|
|
[bias_profiles.""]
|
|
name = ""
|
|
|
|
[bias_profiles."".tool_weights]
|
|
|
|
[bias_profiles."".category_multipliers]
|