@@ -223,7 +223,7 @@ def get_parameters(
223
223
append_messages : Iterable [prompt_get_parameters_params .AppendMessage ] | NotGiven = NOT_GIVEN ,
224
224
override_messages : Iterable [prompt_get_parameters_params .OverrideMessage ] | NotGiven = NOT_GIVEN ,
225
225
user : str | NotGiven = NOT_GIVEN ,
226
- variables : Dict [str , Optional [object ]] | NotGiven = NOT_GIVEN ,
226
+ variables : Dict [str , Optional [str ]] | NotGiven = NOT_GIVEN ,
227
227
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
228
228
# The extra values given here take precedence over values defined on the client or passed to this method.
229
229
extra_headers : Headers | None = None ,
@@ -245,7 +245,7 @@ def get_parameters(
245
245
user: A unique identifier representing your end-user, which can help monitor and
246
246
detect abuse.
247
247
248
- variables: The template variables added to the prompt when running the prompt.
248
+ variables: The template variables added to the prompt when executing the prompt.
249
249
250
250
extra_headers: Send extra headers
251
251
@@ -467,7 +467,7 @@ async def get_parameters(
467
467
append_messages : Iterable [prompt_get_parameters_params .AppendMessage ] | NotGiven = NOT_GIVEN ,
468
468
override_messages : Iterable [prompt_get_parameters_params .OverrideMessage ] | NotGiven = NOT_GIVEN ,
469
469
user : str | NotGiven = NOT_GIVEN ,
470
- variables : Dict [str , Optional [object ]] | NotGiven = NOT_GIVEN ,
470
+ variables : Dict [str , Optional [str ]] | NotGiven = NOT_GIVEN ,
471
471
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
472
472
# The extra values given here take precedence over values defined on the client or passed to this method.
473
473
extra_headers : Headers | None = None ,
@@ -489,7 +489,7 @@ async def get_parameters(
489
489
user: A unique identifier representing your end-user, which can help monitor and
490
490
detect abuse.
491
491
492
- variables: The template variables added to the prompt when running the prompt.
492
+ variables: The template variables added to the prompt when executing the prompt.
493
493
494
494
extra_headers: Send extra headers
495
495
0 commit comments