Skip to main content

detect_strategy

Method
This is a method of the PromptExpanderAgent class in the specialized_agents module.
Detect the best expansion strategy for a prompt

Signature

def detect_strategy(&self, prompt: &str) -> ExpandStrategy

Parameters

prompt
&str
required
No description available.

Returns

Returns
ExpandStrategy
The result of the operation.