A command for passing a prompt to the chat

Feature request for product/service

Chat

Describe the request

I’m developing an extension (React Compiler Marker ✨ - Visual Studio Marketplace) and I would like to send text to the chat. For VSCode I do:

vscode.commands.executeCommand('workbench.action.chat.open', prompt);

This command is not supported in Cursor and there are no alternatives, could you add support for it? Or at least allow cursor.startComposerPrompt command to take a prompt argument.