So far, I have the SDOpenAI Access Plugin reinstalled and purchased and entered in the license number. Good deal.
I was able to create a function header with a descriptive line of Public Function GetDateXDaysPriorToToday(days As Single) As Date with a single for days and a return type of date. The AI finished the function by adding a single line of GetDateXDaysPriorToToday = Date – days
So far so good. Nice simple function.
I noticed I can modify the prompts for the context and various functions the plugin provides in a couple of language files I can customize to my heart’s content. I think I can even add some custom buttons.
I’m not sure what context exactly is being sent to OpenAI. I think it might be the full module I’m in. I’m not sure if it also sends other modules with related functions or if I’ll have that capability.
I can add a file to a general question box when using the general prompting function.
I asked a few questions in the OpenAI client window and it returned some nicely formatted answers although was not very aware of the functionality of the SDOpenAI plugin yet, which I sort of expected. I am definitely going to review the YouTube videos again for the plugin to get more familiar with what some intended uses are.
I’m looking forward to using this more. I’m wondering how to best feed it requirements and helping me develop tests using RubberDuck VBA.