Skip to content

Commit 2f6d162

Browse files
committed
added helper comment (maintains consistency)
1 parent e7c5b88 commit 2f6d162

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/runloop_api_client/resources/scenarios/scenarios.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,8 @@ async def start_run_and_await_env_ready(
918918
run_name: Optional[str] | Omit = omit,
919919
run_profile: Optional[scenario_start_run_params.RunProfile] | Omit = omit,
920920
polling_config: PollingConfig | None = None,
921+
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
922+
# The extra values given here take precedence over values defined on the client or passed to this method.
921923
extra_headers: Headers | None = None,
922924
extra_query: Query | None = None,
923925
extra_body: Body | None = None,

0 commit comments

Comments
 (0)