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.

new

Method
This is a method of the ExpandResult class in the specialized_agents module.
Create a new expand result

Signature

def new(
        original: impl Into<String>,
        expanded: impl Into<String>,
        strategy: ExpandStrategy,
    ) -> Self

Parameters

original
impl Into<String>
required
No description available.
expanded
impl Into<String>
required
No description available.
strategy
ExpandStrategy
required
No description available.

Returns

Returns
Self
The result of the operation.