Skip to main content

recommend_pattern

Method
This is a method of the BaseAutoGenerator class in the auto module.
Recommend the best workflow pattern based on task characteristics. Shared implementation for AutoGenerator and WorkflowAutoGenerator.

Signature

Parameters

Optional[str]
The task description (uses self.topic if not provided)

Returns

str
Recommended pattern name

Source

View on GitHub

praisonai/auto.py at line 829