Add missing props to ConnectionProfile typedef

This commit is contained in:
Cohee
2025-10-10 20:43:11 +03:00
parent d48a3639ed
commit aaad129d1b
@@ -168,6 +168,11 @@ const profilesProvider = () => [
* @property {string} [start-reply-with] Start Reply With
* @property {string} [reasoning-template] Reasoning Template
* @property {string} [prompt-post-processing] Prompt Post-Processing
* @property {string} [sysprompt] System Prompt Name
* @property {string} [sysprompt-state] Use System Prompt
* @property {string} [api-url] Server URL
* @property {string} [secret-id] Secret ID
* @property {string} [regex-preset] Regex Preset ID
* @property {string[]} [exclude] Commands to exclude
*/