Skip to main content

analyze_complexity

Method
This is a method of the BaseAutoGenerator class in the auto module.
Analyze task complexity based on keywords.

Signature

def analyze_complexity(topic: str) -> str

Parameters

topic
str
required
The task description

Returns

Returns
str
Complexity level - ‘simple’, ‘moderate’, or ‘complex’