@@ -58,7 +58,7 @@ def create(
5858 magic_input : Optional [str ] | NotGiven = NOT_GIVEN ,
5959 max_rows : int | NotGiven = NOT_GIVEN ,
6060 publish : bool | NotGiven = NOT_GIVEN ,
61- sample_questions : Optional [str ] | NotGiven = NOT_GIVEN ,
61+ sample_questions : Optional [List [ str ] ] | NotGiven = NOT_GIVEN ,
6262 welcome_message : Optional [str ] | NotGiven = NOT_GIVEN ,
6363 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
6464 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -168,7 +168,7 @@ def update(
168168 max_rows : Optional [int ] | NotGiven = NOT_GIVEN ,
169169 name : Optional [str ] | NotGiven = NOT_GIVEN ,
170170 publish : Optional [bool ] | NotGiven = NOT_GIVEN ,
171- sample_questions : Optional [str ] | NotGiven = NOT_GIVEN ,
171+ sample_questions : Optional [List [ str ] ] | NotGiven = NOT_GIVEN ,
172172 welcome_message : Optional [str ] | NotGiven = NOT_GIVEN ,
173173 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
174174 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -390,7 +390,7 @@ async def create(
390390 magic_input : Optional [str ] | NotGiven = NOT_GIVEN ,
391391 max_rows : int | NotGiven = NOT_GIVEN ,
392392 publish : bool | NotGiven = NOT_GIVEN ,
393- sample_questions : Optional [str ] | NotGiven = NOT_GIVEN ,
393+ sample_questions : Optional [List [ str ] ] | NotGiven = NOT_GIVEN ,
394394 welcome_message : Optional [str ] | NotGiven = NOT_GIVEN ,
395395 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
396396 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -500,7 +500,7 @@ async def update(
500500 max_rows : Optional [int ] | NotGiven = NOT_GIVEN ,
501501 name : Optional [str ] | NotGiven = NOT_GIVEN ,
502502 publish : Optional [bool ] | NotGiven = NOT_GIVEN ,
503- sample_questions : Optional [str ] | NotGiven = NOT_GIVEN ,
503+ sample_questions : Optional [List [ str ] ] | NotGiven = NOT_GIVEN ,
504504 welcome_message : Optional [str ] | NotGiven = NOT_GIVEN ,
505505 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
506506 # The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments