Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: