-
Notifications
You must be signed in to change notification settings - Fork 150
Introduce Prompt customization into config #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Prompt customization into config #10
Conversation
They thanks so much for taking this on! Every looks good at first glance. I'll take a deeper look in the morning and try to get it merged tomorrow.
They thanks so much for taking this on! Every looks good at first glance. I'll take a deeper look in the morning and try to get it merged tomorrow.
My pleasure! Thanks for open sourcing this :)
I'm adding a filter for not including /blob/master/ in links if the user doesn't want to, since I want to direct users to the hosted docs site instead of the github! give me a sec
kk done
This PR adds
filePrompt,folderPrompt,chatPrompt,contentType, andtargetAudienceinto the config to make prompts more flexible.Ideally, in the future, you could choose some preset for
code,developer docs, or other kinds of repositories.I've checked that the whole
doc initanddoc indexprocess still works, and moved the original prompts into the default config.I'm not super used to typescript so I may have made some antipatterns along the way 😅
Super excited to see this tool grow further.