We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dda69 commit c8e7963Copy full SHA for c8e7963
1 file changed
src/runloop_api_client/sdk/_types.py
@@ -216,6 +216,9 @@ class ScenarioPreview(ScenarioView):
216
id: Optional[str] = None # type: ignore[assignment]
217
"""The ID of the Scenario."""
218
219
+ status: Optional[str] = None # type: ignore[assignment]
220
+ """The state of the scenario (None for previews before creation)."""
221
+
222
input_context: InputContextPreview # type: ignore[assignment]
223
"""The input context for the Scenario."""
224
0 commit comments