@@ -192,9 +192,9 @@ await client.copilotForYourEnterprise.asyncVideoBots();
192
192
</dl >
193
193
</details >
194
194
195
- ## AiArtQrCode
195
+ ## Evaluator
196
196
197
- <details ><summary ><code >client.aiArtQrCode .<a href =" /src/api/resources/aiArtQrCode /client/Client.ts " >asyncArtQrCode </a >({ ...params }) -> Gooey.QrCodeGeneratorPageResponse </code ></summary >
197
+ <details ><summary ><code >client.evaluator .<a href =" /src/api/resources/evaluator /client/Client.ts " >asyncBulkEval </a >({ ...params }) -> Gooey.BulkEvalPageResponse </code ></summary >
198
198
<dl >
199
199
<dd >
200
200
@@ -207,8 +207,8 @@ await client.copilotForYourEnterprise.asyncVideoBots();
207
207
<dd >
208
208
209
209
``` typescript
210
- await client .aiArtQrCode . asyncArtQrCode ({
211
- textPrompt: " text_prompt " ,
210
+ await client .evaluator . asyncBulkEval ({
211
+ documents: [ " documents " ] ,
212
212
});
213
213
```
214
214
@@ -225,15 +225,15 @@ await client.aiArtQrCode.asyncArtQrCode({
225
225
<dl >
226
226
<dd >
227
227
228
- ** request:** ` Gooey.QrCodeGeneratorPageRequest `
228
+ ** request:** ` Gooey.BulkEvalPageRequest `
229
229
230
230
</dd >
231
231
</dl >
232
232
233
233
<dl >
234
234
<dd >
235
235
236
- ** requestOptions:** ` AiArtQrCode .RequestOptions`
236
+ ** requestOptions:** ` Evaluator .RequestOptions`
237
237
238
238
</dd >
239
239
</dl >
@@ -244,9 +244,9 @@ await client.aiArtQrCode.asyncArtQrCode({
244
244
</dl >
245
245
</details >
246
246
247
- ## Evaluator
247
+ ## SmartGpt
248
248
249
- <details ><summary ><code >client.evaluator .<a href =" /src/api/resources/evaluator /client/Client.ts " >asyncBulkEval </a >({ ...params }) -> Gooey.BulkEvalPageResponse </code ></summary >
249
+ <details ><summary ><code >client.smartGpt .<a href =" /src/api/resources/smartGpt /client/Client.ts " >asyncSmartGpt </a >({ ...params }) -> Gooey.SmartGptPageResponse </code ></summary >
250
250
<dl >
251
251
<dd >
252
252
@@ -259,8 +259,8 @@ await client.aiArtQrCode.asyncArtQrCode({
259
259
<dd >
260
260
261
261
``` typescript
262
- await client .evaluator . asyncBulkEval ({
263
- documents: [ " documents " ] ,
262
+ await client .smartGpt . asyncSmartGpt ({
263
+ inputPrompt: " input_prompt " ,
264
264
});
265
265
```
266
266
@@ -277,15 +277,15 @@ await client.evaluator.asyncBulkEval({
277
277
<dl >
278
278
<dd >
279
279
280
- ** request:** ` Gooey.BulkEvalPageRequest `
280
+ ** request:** ` Gooey.SmartGptPageRequest `
281
281
282
282
</dd >
283
283
</dl >
284
284
285
285
<dl >
286
286
<dd >
287
287
288
- ** requestOptions:** ` Evaluator .RequestOptions`
288
+ ** requestOptions:** ` SmartGpt .RequestOptions`
289
289
290
290
</dd >
291
291
</dl >
@@ -296,9 +296,7 @@ await client.evaluator.asyncBulkEval({
296
296
</dl >
297
297
</details >
298
298
299
- ## SmartGpt
300
-
301
- <details ><summary ><code >client.smartGpt.<a href =" /src/api/resources/smartGpt/client/Client.ts " >asyncSmartGpt</a >({ ...params }) -> Gooey.SmartGptPageResponse</code ></summary >
299
+ <details ><summary ><code >client.smartGpt.<a href =" /src/api/resources/smartGpt/client/Client.ts " >post</a >() -> void</code ></summary >
302
300
<dl >
303
301
<dd >
304
302
@@ -311,9 +309,7 @@ await client.evaluator.asyncBulkEval({
311
309
<dd >
312
310
313
311
``` typescript
314
- await client .smartGpt .asyncSmartGpt ({
315
- inputPrompt: " input_prompt" ,
316
- });
312
+ await client .smartGpt .post ();
317
313
```
318
314
319
315
</dd >
@@ -329,14 +325,6 @@ await client.smartGpt.asyncSmartGpt({
329
325
<dl >
330
326
<dd >
331
327
332
- ** request:** ` Gooey.SmartGptPageRequest `
333
-
334
- </dd >
335
- </dl >
336
-
337
- <dl >
338
- <dd >
339
-
340
328
** requestOptions:** ` SmartGpt.RequestOptions `
341
329
342
330
</dd >
@@ -348,7 +336,9 @@ await client.smartGpt.asyncSmartGpt({
348
336
</dl >
349
337
</details >
350
338
351
- <details ><summary ><code >client.smartGpt.<a href =" /src/api/resources/smartGpt/client/Client.ts " >post</a >() -> void</code ></summary >
339
+ ## Functions
340
+
341
+ <details ><summary ><code >client.functions.<a href =" /src/api/resources/functions/client/Client.ts " >asyncFunctions</a >({ ...params }) -> Gooey.FunctionsPageResponse</code ></summary >
352
342
<dl >
353
343
<dd >
354
344
@@ -361,7 +351,7 @@ await client.smartGpt.asyncSmartGpt({
361
351
<dd >
362
352
363
353
``` typescript
364
- await client .smartGpt . post ();
354
+ await client .functions . asyncFunctions ();
365
355
```
366
356
367
357
</dd >
@@ -377,7 +367,15 @@ await client.smartGpt.post();
377
367
<dl >
378
368
<dd >
379
369
380
- ** requestOptions:** ` SmartGpt.RequestOptions `
370
+ ** request:** ` Gooey.FunctionsPageRequest `
371
+
372
+ </dd >
373
+ </dl >
374
+
375
+ <dl >
376
+ <dd >
377
+
378
+ ** requestOptions:** ` Functions.RequestOptions `
381
379
382
380
</dd >
383
381
</dl >
@@ -388,9 +386,7 @@ await client.smartGpt.post();
388
386
</dl >
389
387
</details >
390
388
391
- ## SummarizeYourDocsWithGpt
392
-
393
- <details ><summary ><code >client.summarizeYourDocsWithGpt.<a href =" /src/api/resources/summarizeYourDocsWithGpt/client/Client.ts " >asyncDocSummary</a >({ ...params }) -> Gooey.DocSummaryPageResponse</code ></summary >
389
+ <details ><summary ><code >client.functions.<a href =" /src/api/resources/functions/client/Client.ts " >post</a >() -> void</code ></summary >
394
390
<dl >
395
391
<dd >
396
392
@@ -403,9 +399,7 @@ await client.smartGpt.post();
403
399
<dd >
404
400
405
401
``` typescript
406
- await client .summarizeYourDocsWithGpt .asyncDocSummary ({
407
- documents: [" documents" ],
408
- });
402
+ await client .functions .post ();
409
403
```
410
404
411
405
</dd >
@@ -421,15 +415,7 @@ await client.summarizeYourDocsWithGpt.asyncDocSummary({
421
415
<dl >
422
416
<dd >
423
417
424
- ** request:** ` Gooey.DocSummaryPageRequest `
425
-
426
- </dd >
427
- </dl >
428
-
429
- <dl >
430
- <dd >
431
-
432
- ** requestOptions:** ` SummarizeYourDocsWithGpt.RequestOptions `
418
+ ** requestOptions:** ` Functions.RequestOptions `
433
419
434
420
</dd >
435
421
</dl >
@@ -665,45 +651,3 @@ await client.embeddings.post();
665
651
</dd >
666
652
</dl >
667
653
</details >
668
-
669
- ## Functions
670
-
671
- <details ><summary ><code >client.functions.<a href =" /src/api/resources/functions/client/Client.ts " >post</a >() -> void</code ></summary >
672
- <dl >
673
- <dd >
674
-
675
- #### 🔌 Usage
676
-
677
- <dl >
678
- <dd >
679
-
680
- <dl >
681
- <dd >
682
-
683
- ``` typescript
684
- await client .functions .post ();
685
- ```
686
-
687
- </dd >
688
- </dl >
689
- </dd >
690
- </dl >
691
-
692
- #### ⚙️ Parameters
693
-
694
- <dl >
695
- <dd >
696
-
697
- <dl >
698
- <dd >
699
-
700
- ** requestOptions:** ` Functions.RequestOptions `
701
-
702
- </dd >
703
- </dl >
704
- </dd >
705
- </dl >
706
-
707
- </dd >
708
- </dl >
709
- </details >
0 commit comments