Skip to content

Commit c8e7963

Browse files
committed
Fix types
1 parent f0dda69 commit c8e7963

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/runloop_api_client/sdk/_types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ class ScenarioPreview(ScenarioView):
216216
id: Optional[str] = None # type: ignore[assignment]
217217
"""The ID of the Scenario."""
218218

219+
status: Optional[str] = None # type: ignore[assignment]
220+
"""The state of the scenario (None for previews before creation)."""
221+
219222
input_context: InputContextPreview # type: ignore[assignment]
220223
"""The input context for the Scenario."""
221224

0 commit comments

Comments
 (0)