pub fn create_ai_handler(
intelligent_config: Option<IntelligentMockConfig>,
drift_config: Option<DataDriftConfig>,
) -> Result<Option<AiResponseHandler>, Error>Expand description
Helper function to create an AI handler from optional configs