Extend a generated test with more cases
Extend a generated test with more cases
Re-run the generator that originally produced this test (scenario, red teaming, or gold standard) and append the new cases to it. Only tests Galtea generated from a specification or ground-truth document can be extended. See Tests.
POST
Extend a generated test with more cases
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Path Parameters
ID of the generated test to extend
Body
application/json
How many extra cases to generate (defaults to 10, max 200)
Response
Extension task started