# Summarize WhiteAid Batch

> Perform Summarize WhiteAid Batch through WhiteAid.

Source: [https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_summarize_batch](https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_summarize_batch)

Integration: [WhiteAid](https://genhealth.ai/docs/workflows/integrations/white-aid.md)

- Handler: `white_aid_dvs_summarize_batch`

## Inputs

- `selection_payload` — Selection Payload (json)
  Optional JSON value.
- `loop_results` — Loop Results (json)
  Optional JSON value.

## Outputs

No named outputs are declared for this action.

Output schema completeness: `unknown`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "loop_results": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "selection_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
```
