Add missing props to ConnectionProfile typedef

aaad129d1b5ea957199382a9edafcf71d0689207

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +5 -0Showing whitespace changes
public/scripts/extensions/connection-manager/index.js+5 -0
@@ -168,6 +168,11 @@ const profilesProvider = () => [
168168 * @property {string} [start-reply-with] Start Reply With
169169 * @property {string} [reasoning-template] Reasoning Template
170170 * @property {string} [prompt-post-processing] Prompt Post-Processing
171+ * @property {string} [sysprompt] System Prompt Name
172+ * @property {string} [sysprompt-state] Use System Prompt
173+ * @property {string} [api-url] Server URL
174+ * @property {string} [secret-id] Secret ID
175+ * @property {string} [regex-preset] Regex Preset ID
171176 * @property {string[]} [exclude] Commands to exclude
172177 */
173178