@@ -144,7 +144,7 @@ await client.copilotIntegrations.videoBotsStream("request_id");
144
144
145
145
## CopilotForYourEnterprise
146
146
147
- <details ><summary ><code >client.copilotForYourEnterprise.<a href =" /src/api/resources/copilotForYourEnterprise/client/Client.ts " >asyncVideoBots</a >({ ...params }) -> Gooey.AsyncApiResponseModelV3 </code ></summary >
147
+ <details ><summary ><code >client.copilotForYourEnterprise.<a href =" /src/api/resources/copilotForYourEnterprise/client/Client.ts " >asyncVideoBots</a >({ ...params }) -> Gooey.VideoBotsPageResponse </code ></summary >
148
148
<dl >
149
149
<dd >
150
150
@@ -194,7 +194,7 @@ await client.copilotForYourEnterprise.asyncVideoBots();
194
194
195
195
## AiArtQrCode
196
196
197
- <details ><summary ><code >client.aiArtQrCode.<a href =" /src/api/resources/aiArtQrCode/client/Client.ts " >asyncArtQrCode</a >({ ...params }) -> Gooey.AsyncApiResponseModelV3 </code ></summary >
197
+ <details ><summary ><code >client.aiArtQrCode.<a href =" /src/api/resources/aiArtQrCode/client/Client.ts " >asyncArtQrCode</a >({ ...params }) -> Gooey.QrCodeGeneratorPageResponse </code ></summary >
198
198
<dl >
199
199
<dd >
200
200
@@ -246,7 +246,7 @@ await client.aiArtQrCode.asyncArtQrCode({
246
246
247
247
## Evaluator
248
248
249
- <details ><summary ><code >client.evaluator.<a href =" /src/api/resources/evaluator/client/Client.ts " >asyncBulkEval</a >({ ...params }) -> Gooey.AsyncApiResponseModelV3 </code ></summary >
249
+ <details ><summary ><code >client.evaluator.<a href =" /src/api/resources/evaluator/client/Client.ts " >asyncBulkEval</a >({ ...params }) -> Gooey.BulkEvalPageResponse </code ></summary >
250
250
<dl >
251
251
<dd >
252
252
@@ -298,7 +298,7 @@ await client.evaluator.asyncBulkEval({
298
298
299
299
## SmartGpt
300
300
301
- <details ><summary ><code >client.smartGpt.<a href =" /src/api/resources/smartGpt/client/Client.ts " >asyncSmartGpt</a >({ ...params }) -> Gooey.AsyncApiResponseModelV3 </code ></summary >
301
+ <details ><summary ><code >client.smartGpt.<a href =" /src/api/resources/smartGpt/client/Client.ts " >asyncSmartGpt</a >({ ...params }) -> Gooey.SmartGptPageResponse </code ></summary >
302
302
<dl >
303
303
<dd >
304
304
@@ -390,7 +390,7 @@ await client.smartGpt.post();
390
390
391
391
## SummarizeYourDocsWithGpt
392
392
393
- <details ><summary ><code >client.summarizeYourDocsWithGpt.<a href =" /src/api/resources/summarizeYourDocsWithGpt/client/Client.ts " >asyncDocSummary</a >({ ...params }) -> Gooey.AsyncApiResponseModelV3 </code ></summary >
393
+ <details ><summary ><code >client.summarizeYourDocsWithGpt.<a href =" /src/api/resources/summarizeYourDocsWithGpt/client/Client.ts " >asyncDocSummary</a >({ ...params }) -> Gooey.DocSummaryPageResponse </code ></summary >
394
394
<dl >
395
395
<dd >
396
396
@@ -442,7 +442,7 @@ await client.summarizeYourDocsWithGpt.asyncDocSummary({
442
442
443
443
## LipSyncing
444
444
445
- <details ><summary ><code >client.lipSyncing.<a href =" /src/api/resources/lipSyncing/client/Client.ts " >asyncLipsync</a >({ ...params }) -> Gooey.AsyncApiResponseModelV3 </code ></summary >
445
+ <details ><summary ><code >client.lipSyncing.<a href =" /src/api/resources/lipSyncing/client/Client.ts " >asyncLipsync</a >({ ...params }) -> Gooey.LipsyncPageResponse </code ></summary >
446
446
<dl >
447
447
<dd >
448
448
@@ -624,9 +624,9 @@ await client.bulkRunner.post();
624
624
</dl >
625
625
</details >
626
626
627
- ## Functions
627
+ ## Embeddings
628
628
629
- <details ><summary ><code >client.functions .<a href =" /src/api/resources/functions /client/Client.ts " >post</a >() -> void</code ></summary >
629
+ <details ><summary ><code >client.embeddings .<a href =" /src/api/resources/embeddings /client/Client.ts " >post</a >() -> void</code ></summary >
630
630
<dl >
631
631
<dd >
632
632
@@ -639,7 +639,7 @@ await client.bulkRunner.post();
639
639
<dd >
640
640
641
641
``` typescript
642
- await client .functions .post ();
642
+ await client .embeddings .post ();
643
643
```
644
644
645
645
</dd >
@@ -655,7 +655,7 @@ await client.functions.post();
655
655
<dl >
656
656
<dd >
657
657
658
- ** requestOptions:** ` Functions .RequestOptions`
658
+ ** requestOptions:** ` Embeddings .RequestOptions`
659
659
660
660
</dd >
661
661
</dl >
@@ -666,9 +666,9 @@ await client.functions.post();
666
666
</dl >
667
667
</details >
668
668
669
- ## Embeddings
669
+ ## Functions
670
670
671
- <details ><summary ><code >client.embeddings .<a href =" /src/api/resources/embeddings /client/Client.ts " >post</a >() -> void</code ></summary >
671
+ <details ><summary ><code >client.functions .<a href =" /src/api/resources/functions /client/Client.ts " >post</a >() -> void</code ></summary >
672
672
<dl >
673
673
<dd >
674
674
@@ -681,7 +681,7 @@ await client.functions.post();
681
681
<dd >
682
682
683
683
``` typescript
684
- await client .embeddings .post ();
684
+ await client .functions .post ();
685
685
```
686
686
687
687
</dd >
@@ -697,7 +697,7 @@ await client.embeddings.post();
697
697
<dl >
698
698
<dd >
699
699
700
- ** requestOptions:** ` Embeddings .RequestOptions`
700
+ ** requestOptions:** ` Functions .RequestOptions`
701
701
702
702
</dd >
703
703
</dl >
0 commit comments