# Interview Questions
{
"name": "interview-questions",
"author": "OpenAI",
"type": "general-prompt",
"description": "Creates a collection of interview questions for a defined topic.\n\r\n\rSimply call 'run interview-questions [Input]' (eg; 'run interview-questions science fiction author')\n\r\n\r",
"prompt": "Create a list of {{quantity}} questions for my interview with a {{input}}:",
"examples": {
"locations": ["file", "logs"],
"list": [],
"select": {
"by": "random",
"from": ["file"],
"quantity": 3
},
"allowRating": true
},
"fineTuning": {
"allowed": true,
"action": "create-new-project"
},
"properties": {
"input": {
"input": {
"type": "text",
"default": ""
},
"quantity": {
"type": "text",
"default": 8
}
}
}
}