Documentation Index
Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Scenario name. |
description | string | No | Optional description. |
prompt | string | Conditional | Natural-language description of the desired seed. Required unless seed_config is provided. |
twins | array<string> | Conditional | Required when providing seed_config without prompt. |
seed_config | object | Conditional | Explicit provider seed config. Required unless prompt is provided. |
tags | array<string> | No | Scenario tags. |

