Skip to main content

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.