@@ -56,7 +56,7 @@ def update(
5656 container_tags : List [str ] | NotGiven = NOT_GIVEN ,
5757 content : str | NotGiven = NOT_GIVEN ,
5858 custom_id : str | NotGiven = NOT_GIVEN ,
59- metadata : Dict [str , Union [str , float , bool ]] | NotGiven = NOT_GIVEN ,
59+ metadata : Dict [str , Union [str , float , bool , List [ str ] ]] | NotGiven = NOT_GIVEN ,
6060 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
6161 # The extra values given here take precedence over values defined on the client or passed to this method.
6262 extra_headers : Headers | None = None ,
@@ -227,7 +227,7 @@ def add(
227227 container_tags : List [str ] | NotGiven = NOT_GIVEN ,
228228 content : str | NotGiven = NOT_GIVEN ,
229229 custom_id : str | NotGiven = NOT_GIVEN ,
230- metadata : Dict [str , Union [str , float , bool ]] | NotGiven = NOT_GIVEN ,
230+ metadata : Dict [str , Union [str , float , bool , List [ str ] ]] | NotGiven = NOT_GIVEN ,
231231 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
232232 # The extra values given here take precedence over values defined on the client or passed to this method.
233233 extra_headers : Headers | None = None ,
@@ -397,7 +397,7 @@ async def update(
397397 container_tags : List [str ] | NotGiven = NOT_GIVEN ,
398398 content : str | NotGiven = NOT_GIVEN ,
399399 custom_id : str | NotGiven = NOT_GIVEN ,
400- metadata : Dict [str , Union [str , float , bool ]] | NotGiven = NOT_GIVEN ,
400+ metadata : Dict [str , Union [str , float , bool , List [ str ] ]] | NotGiven = NOT_GIVEN ,
401401 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
402402 # The extra values given here take precedence over values defined on the client or passed to this method.
403403 extra_headers : Headers | None = None ,
@@ -568,7 +568,7 @@ async def add(
568568 container_tags : List [str ] | NotGiven = NOT_GIVEN ,
569569 content : str | NotGiven = NOT_GIVEN ,
570570 custom_id : str | NotGiven = NOT_GIVEN ,
571- metadata : Dict [str , Union [str , float , bool ]] | NotGiven = NOT_GIVEN ,
571+ metadata : Dict [str , Union [str , float , bool , List [ str ] ]] | NotGiven = NOT_GIVEN ,
572572 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
573573 # The extra values given here take precedence over values defined on the client or passed to this method.
574574 extra_headers : Headers | None = None ,
0 commit comments