One way to do this very basically is just use LanguageModelChatMessage.Assistant("message") but I doubt if we can get far with that...
Therefore I suggest (as well as VSCode officially) using their prompt-tsx which hopefully does not give me React trauma: https://code.visualstudio.com/api/extension-guides/prompt-tsx
One way to do this very basically is just use
LanguageModelChatMessage.Assistant("message")but I doubt if we can get far with that...Therefore I suggest (as well as VSCode officially) using their
prompt-tsxwhich hopefully does not give me React trauma: https://code.visualstudio.com/api/extension-guides/prompt-tsx