poml icon indicating copy to clipboard operation
poml copied to clipboard

make the extension use VS Code LM API

Open amithegde opened this issue 4 months ago • 1 comments

With LM API it can connect to the models provided by github copilot. Currently the extension asks for LLM API key

amithegde avatar Aug 11 '25 19:08 amithegde

Check out the prompt gallery feature: https://microsoft.github.io/poml/latest/vscode/features/#prompt-gallery You can register a poml file and use @poml to invoke the prompt.

I've been thinking about whether it's possible to add the feature in poml.test command, but I think it will cause more inconsistencies because vscode's built-in LLM really only supports a limited subset of commonly acknowledged LLM features. I put that in a low priority list.

ultmaster avatar Aug 12 '25 02:08 ultmaster