Type definition for prompt handler functions
typedef PromptHandler = Future<dynamic> Function(Map<String, dynamic> arguments);