> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# With Improvement • Rust AI Agent SDK

> with_improvement: Create with improved output

# with\_improvement

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**ReflectionOutput**](../classes/ReflectionOutput) class in the [**extras**](../modules/extras) module.

Create with improved output

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def with_improvement(
        original: impl Into<String>,
        reflection: impl Into<String>,
        improved: impl Into<String>,
    ) -> Self
```

## Parameters

<ParamField query="original" type="impl Into<String>" required={true}>
  No description available.
</ParamField>

<ParamField query="reflection" type="impl Into<String>" required={true}>
  No description available.
</ParamField>

<ParamField query="improved" type="impl Into<String>" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>
