plugins.vectorcode.integrations.codecompanion.enable
Whether to enable the vectorcode extension for CodeCompanion.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.vectorcode.integrations.codecompanion.settings
Options passed to CodeCompanion’s vectorcode extension.
Type: lua table of lua value
Default:
{ }
Example:
{
tool_group = {
enabled = true;
};
tool_opts = {
query = {
max_num = {
chunk = -1;
document = -1;
};
};
};
}
Declared by: