[
{
"question": "what is your name?",
"stateFile": "./workspaceState.state.json",
"keywords": {
"allOf": ["GitHub Copilot"]
}
},
{
"question": "what model do you use?",
"stateFile": "./workspaceState.state.json",
"keywords": {
"anyOf": ["GPT-4", "GPT-4 Turbo", "GPT-4o"],
"not": ["GPT-3", "Codex"]
}
}
]