Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.