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