mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-24 16:35:55 +01:00
* adding initial system prompt and preamble message for hidden VSC models. * Adding model id to check for hidden model. moving preamble instruction to system instruction while using custom reminder in user message. * - Update VSCModelPromptResolver to use 'models' property instead of 'modelFamilies' - Reduces code duplication while maintaining same functionality * adding initial system prompt and preamble message for hidden VSC models. * Adding model id to check for hidden model. moving preamble instruction to system instruction while using custom reminder in user message. * - Update VSCModelPromptResolver to use 'models' property instead of 'modelFamilies' - Reduces code duplication while maintaining same functionality * Latest updates --------- Co-authored-by: AbdelrahmanAbouelenin <abdelrahman.abouelenin@gmail.com> Co-authored-by: bhavyaus <bhavyau@microsoft.com>