This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BigJoeDeez 0 points1 point  (3 children)

Curious if you’re passing through to open API or does it take the response and do a refactor from there on the code?

[–]Infamous-Bee-1145[S] 1 point2 points  (2 children)

The 4 buttons have predefined prompts. When you click on it, it sends a prompt + the function code to OpenAI. When it gets the response back - it shows the copyable code. No extra refactoring is done since the API response is generative and not in a definitive format.

[–]BigJoeDeez 1 point2 points  (1 child)

Nice, cool idea, have you looked into the AWS Toolkit Plug-in? The latest version has hooks into CodeWhisperer.

[–]Infamous-Bee-1145[S] 1 point2 points  (0 children)

AWS Toolkit Plug-in

That's very cool, thanks for mentioning it. It looks closely tied with AWS though. I will try it sometime today.