AI Assist in VSCODE for integrating OpenAI APIs

Hi folks!

I was thinking that would it help to have a programming agents inside VSCode that knows everything about the OpenAI API (trained on docs and examples) and can help us directly integrate it?

So I should just say that
“add a function that can take an image and tell me what is in it”

and the AI agent will automatically choose the appropriate model, create a prompt and build the end to end function in your required language - adjusted to the context of your codebase?

This could drastically save us a lot of time! Let me know your thoughts.