File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 117
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-8704a652545c3831c8b7e246ec17f1a626b59911eb5701ddc922ca6cae1c8d57 .yml
3- openapi_spec_hash : e609bc5ed3fdce498bc7d16921bbba5e
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-1ee005e7d8f97067abb96c6a38af53b69d362f2511ca775a9b78580a9643c253 .yml
3+ openapi_spec_hash : 9c54d19abf7993fd55714759f3265f9c
44config_hash : eb28692edd68a6ae95cf92af931c9976
Original file line number Diff line number Diff line change @@ -422,9 +422,10 @@ export interface ScenarioView {
422422 scoring_contract : ScoringContract ;
423423
424424 /**
425- * The state of the scenario.
425+ * Whether the scenario is active or archived. Archived scenarios are excluded from
426+ * listings and cannot be updated.
426427 */
427- status : string ;
428+ status : 'active' | 'archived' ;
428429
429430 /**
430431 * The Environment in which the Scenario is run.
You can’t perform that action at this time.
0 commit comments