diff --git a/config/commands_config.json b/config/commands_config.json index e956183..60d060f 100644 --- a/config/commands_config.json +++ b/config/commands_config.json @@ -16,6 +16,10 @@ "command": "data", "ai_prompt": "{user_input}" }, + { + "command": "hello", + "ai_prompt": "Respond to this greeting in a friendly way: {user_input}" + }, { "command": "/ping", "response": "Pong!"