Skip to main content

expand_sync

Method
This is a method of the PromptExpanderAgent class in the specialized_agents module.
Expand a prompt (sync placeholder - actual implementation would use LLM)

Signature

def expand_sync(
        &self,
        prompt: &str,
        strategy: ExpandStrategy,
        context: Option<&str>,
    ) -> ExpandResult

Parameters

prompt
&str
required
No description available.
strategy
ExpandStrategy
required
No description available.
context
Option<&str>
required
No description available.

Returns

Returns
ExpandResult
The result of the operation.