Skip to content

Commit 9b16eaf

Browse files
committed
Release 0.0.1-beta12
1 parent 4b34386 commit 9b16eaf

File tree

62 files changed

+579
-536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+579
-536
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gooeyai",
3-
"version": "0.0.1-beta11",
3+
"version": "0.0.1-beta12",
44
"private": false,
55
"repository": "https://github.com/GooeyAI/typescript-sdk",
66
"main": "./index.js",

reference.md

Lines changed: 30 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ await client.copilotForYourEnterprise.asyncVideoBots();
192192
</dl>
193193
</details>
194194

195-
## AiArtQrCode
195+
## Evaluator
196196

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>
198198
<dl>
199199
<dd>
200200

@@ -207,8 +207,8 @@ await client.copilotForYourEnterprise.asyncVideoBots();
207207
<dd>
208208

209209
```typescript
210-
await client.aiArtQrCode.asyncArtQrCode({
211-
textPrompt: "text_prompt",
210+
await client.evaluator.asyncBulkEval({
211+
documents: ["documents"],
212212
});
213213
```
214214

@@ -225,15 +225,15 @@ await client.aiArtQrCode.asyncArtQrCode({
225225
<dl>
226226
<dd>
227227

228-
**request:** `Gooey.QrCodeGeneratorPageRequest`
228+
**request:** `Gooey.BulkEvalPageRequest`
229229

230230
</dd>
231231
</dl>
232232

233233
<dl>
234234
<dd>
235235

236-
**requestOptions:** `AiArtQrCode.RequestOptions`
236+
**requestOptions:** `Evaluator.RequestOptions`
237237

238238
</dd>
239239
</dl>
@@ -244,9 +244,9 @@ await client.aiArtQrCode.asyncArtQrCode({
244244
</dl>
245245
</details>
246246

247-
## Evaluator
247+
## SmartGpt
248248

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>
250250
<dl>
251251
<dd>
252252

@@ -259,8 +259,8 @@ await client.aiArtQrCode.asyncArtQrCode({
259259
<dd>
260260

261261
```typescript
262-
await client.evaluator.asyncBulkEval({
263-
documents: ["documents"],
262+
await client.smartGpt.asyncSmartGpt({
263+
inputPrompt: "input_prompt",
264264
});
265265
```
266266

@@ -277,15 +277,15 @@ await client.evaluator.asyncBulkEval({
277277
<dl>
278278
<dd>
279279

280-
**request:** `Gooey.BulkEvalPageRequest`
280+
**request:** `Gooey.SmartGptPageRequest`
281281

282282
</dd>
283283
</dl>
284284

285285
<dl>
286286
<dd>
287287

288-
**requestOptions:** `Evaluator.RequestOptions`
288+
**requestOptions:** `SmartGpt.RequestOptions`
289289

290290
</dd>
291291
</dl>
@@ -296,9 +296,7 @@ await client.evaluator.asyncBulkEval({
296296
</dl>
297297
</details>
298298

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>
302300
<dl>
303301
<dd>
304302

@@ -311,9 +309,7 @@ await client.evaluator.asyncBulkEval({
311309
<dd>
312310

313311
```typescript
314-
await client.smartGpt.asyncSmartGpt({
315-
inputPrompt: "input_prompt",
316-
});
312+
await client.smartGpt.post();
317313
```
318314

319315
</dd>
@@ -329,14 +325,6 @@ await client.smartGpt.asyncSmartGpt({
329325
<dl>
330326
<dd>
331327

332-
**request:** `Gooey.SmartGptPageRequest`
333-
334-
</dd>
335-
</dl>
336-
337-
<dl>
338-
<dd>
339-
340328
**requestOptions:** `SmartGpt.RequestOptions`
341329

342330
</dd>
@@ -348,7 +336,9 @@ await client.smartGpt.asyncSmartGpt({
348336
</dl>
349337
</details>
350338

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>
352342
<dl>
353343
<dd>
354344

@@ -361,7 +351,7 @@ await client.smartGpt.asyncSmartGpt({
361351
<dd>
362352

363353
```typescript
364-
await client.smartGpt.post();
354+
await client.functions.asyncFunctions();
365355
```
366356

367357
</dd>
@@ -377,7 +367,15 @@ await client.smartGpt.post();
377367
<dl>
378368
<dd>
379369

380-
**requestOptions:** `SmartGpt.RequestOptions`
370+
**request:** `Gooey.FunctionsPageRequest`
371+
372+
</dd>
373+
</dl>
374+
375+
<dl>
376+
<dd>
377+
378+
**requestOptions:** `Functions.RequestOptions`
381379

382380
</dd>
383381
</dl>
@@ -388,9 +386,7 @@ await client.smartGpt.post();
388386
</dl>
389387
</details>
390388

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>
394390
<dl>
395391
<dd>
396392

@@ -403,9 +399,7 @@ await client.smartGpt.post();
403399
<dd>
404400

405401
```typescript
406-
await client.summarizeYourDocsWithGpt.asyncDocSummary({
407-
documents: ["documents"],
408-
});
402+
await client.functions.post();
409403
```
410404

411405
</dd>
@@ -421,15 +415,7 @@ await client.summarizeYourDocsWithGpt.asyncDocSummary({
421415
<dl>
422416
<dd>
423417

424-
**request:** `Gooey.DocSummaryPageRequest`
425-
426-
</dd>
427-
</dl>
428-
429-
<dl>
430-
<dd>
431-
432-
**requestOptions:** `SummarizeYourDocsWithGpt.RequestOptions`
418+
**requestOptions:** `Functions.RequestOptions`
433419

434420
</dd>
435421
</dl>
@@ -665,45 +651,3 @@ await client.embeddings.post();
665651
</dd>
666652
</dl>
667653
</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

Comments
 (0)