You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
0x4007
changed the title
Natural Language Configuration Modifications: Set up /config command with OpenAI prompt (can also fs.readFileSync to pass in the AJV information)
Natural Language Configuration Modifications: Set up /config command with OpenAI prompt
Nov 16, 2023
@pavlovcik would it be a good idea to have a /config help or /config --help and we'll have GPT explain the config structure or list what can be set?
Base off of a commit anytime after that one.
I'm guessing that /config would be more so for first time setup? Or was this in reference to basing the implementation on a commit after that one? lmao
I'm thinking that I'll just have gpt call generateConfiguration(context: ProbotContext) which will provide an up to date config object and the bot can inject the admin specified entries only leaving missing props out.
Probably should also
fs.readFileSync
to pass in the AJV information.This will need to use the new config schema we recently implemented at 0x4007#45 (comment)
Base off of a commit anytime after that one.
The text was updated successfully, but these errors were encountered: