@@ -89,8 +89,8 @@ def retrieve(
8989 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
9090 ) -> ApplicationRetrieveResponse :
9191 """
92- Retrieves detailed information for a specific no-code application, including its
93- configuration and current status.
92+ Retrieves detailed information for a specific no-code agent (formerly called
93+ no-code applications), including its configuration and current status.
9494
9595 Args:
9696 extra_headers: Send extra headers
@@ -127,8 +127,8 @@ def list(
127127 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
128128 ) -> SyncCursorPage [ApplicationListResponse ]:
129129 """
130- Retrieves a paginated list of no-code applications with optional filtering and
131- sorting capabilities.
130+ Retrieves a paginated list of no-code agents (formerly called no-code
131+ applications) with optional filtering and sorting capabilities.
132132
133133 Args:
134134 after: Return results after this application ID for pagination.
@@ -186,7 +186,8 @@ def generate_content(
186186 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
187187 ) -> ApplicationGenerateContentResponse :
188188 """
189- Generate content from an existing no-code application with inputs.
189+ Generate content from an existing no-code agent (formerly called no-code
190+ applications) with inputs.
190191
191192 Args:
192193 stream: Indicates whether the response should be streamed. Currently only supported for
@@ -217,7 +218,8 @@ def generate_content(
217218 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
218219 ) -> Stream [ApplicationGenerateContentChunk ]:
219220 """
220- Generate content from an existing no-code application with inputs.
221+ Generate content from an existing no-code agent (formerly called no-code
222+ applications) with inputs.
221223
222224 Args:
223225 stream: Indicates whether the response should be streamed. Currently only supported for
@@ -248,7 +250,8 @@ def generate_content(
248250 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
249251 ) -> ApplicationGenerateContentResponse | Stream [ApplicationGenerateContentChunk ]:
250252 """
251- Generate content from an existing no-code application with inputs.
253+ Generate content from an existing no-code agent (formerly called no-code
254+ applications) with inputs.
252255
253256 Args:
254257 stream: Indicates whether the response should be streamed. Currently only supported for
@@ -340,8 +343,8 @@ async def retrieve(
340343 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
341344 ) -> ApplicationRetrieveResponse :
342345 """
343- Retrieves detailed information for a specific no-code application, including its
344- configuration and current status.
346+ Retrieves detailed information for a specific no-code agent (formerly called
347+ no-code applications), including its configuration and current status.
345348
346349 Args:
347350 extra_headers: Send extra headers
@@ -378,8 +381,8 @@ def list(
378381 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
379382 ) -> AsyncPaginator [ApplicationListResponse , AsyncCursorPage [ApplicationListResponse ]]:
380383 """
381- Retrieves a paginated list of no-code applications with optional filtering and
382- sorting capabilities.
384+ Retrieves a paginated list of no-code agents (formerly called no-code
385+ applications) with optional filtering and sorting capabilities.
383386
384387 Args:
385388 after: Return results after this application ID for pagination.
@@ -437,7 +440,8 @@ async def generate_content(
437440 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
438441 ) -> ApplicationGenerateContentResponse :
439442 """
440- Generate content from an existing no-code application with inputs.
443+ Generate content from an existing no-code agent (formerly called no-code
444+ applications) with inputs.
441445
442446 Args:
443447 stream: Indicates whether the response should be streamed. Currently only supported for
@@ -468,7 +472,8 @@ async def generate_content(
468472 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
469473 ) -> AsyncStream [ApplicationGenerateContentChunk ]:
470474 """
471- Generate content from an existing no-code application with inputs.
475+ Generate content from an existing no-code agent (formerly called no-code
476+ applications) with inputs.
472477
473478 Args:
474479 stream: Indicates whether the response should be streamed. Currently only supported for
@@ -499,7 +504,8 @@ async def generate_content(
499504 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
500505 ) -> ApplicationGenerateContentResponse | AsyncStream [ApplicationGenerateContentChunk ]:
501506 """
502- Generate content from an existing no-code application with inputs.
507+ Generate content from an existing no-code agent (formerly called no-code
508+ applications) with inputs.
503509
504510 Args:
505511 stream: Indicates whether the response should be streamed. Currently only supported for
0 commit comments