# SuccessfulExecutionParameters

## ``autogen.tools.experimental.reliable.reliable.SuccessfulExecutionParameters``

Bases: `BaseModel`

Holds the arguments of a successful tool function execution.

### ``model
t_config``

```python
model_config = ConfigDict(arbitrary_types_allowed=True)
```

### ``attempt_args``

```python
attempt_args
```

### ``attempt_kwargs``

```python
attempt_kwargs
```
