@@ -111,7 +111,8 @@ def add(
111111 text : str ,
112112 collection : Optional [str ] | NotGiven = NOT_GIVEN ,
113113 date : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
114- source : Literal ["generic" , "slack" , "s3" , "gmail" , "notion" , "google_docs" , "hubspot" ] | NotGiven = NOT_GIVEN ,
114+ source : Literal ["generic" , "mcp" , "slack" , "s3" , "gmail" , "notion" , "google_docs" , "hubspot" ]
115+ | NotGiven = NOT_GIVEN ,
115116 title : Optional [str ] | NotGiven = NOT_GIVEN ,
116117 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
117118 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -375,7 +376,8 @@ async def add(
375376 text : str ,
376377 collection : Optional [str ] | NotGiven = NOT_GIVEN ,
377378 date : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
378- source : Literal ["generic" , "slack" , "s3" , "gmail" , "notion" , "google_docs" , "hubspot" ] | NotGiven = NOT_GIVEN ,
379+ source : Literal ["generic" , "mcp" , "slack" , "s3" , "gmail" , "notion" , "google_docs" , "hubspot" ]
380+ | NotGiven = NOT_GIVEN ,
379381 title : Optional [str ] | NotGiven = NOT_GIVEN ,
380382 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
381383 # The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments