# XWUIToolCallCard

Card for one tool invocation: name, status, collapsible input/output, duration.

## Basic Usage

Collapsed completed tool call.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Collapsed completed tool call.
```

## Running

In-flight call.

```example
file: examples/Running.ts
html: examples/Running.html
title: Running
description: In-flight call.
```

## Open IO

Expanded input and output as text.

```example
file: examples/OpenIO.ts
html: examples/OpenIO.html
title: Open IO
description: Expanded input and output as text.
```

## Error retry

Failed call with retry.

```example
file: examples/ErrorRetry.ts
html: examples/ErrorRetry.html
title: Error retry
description: Failed call with retry.
```

```api
```
