Skip to content

Commit 220f366

Browse files
committed
Release 0.0.1-beta21
1 parent 70fb512 commit 220f366

File tree

38 files changed

+103
-475
lines changed

38 files changed

+103
-475
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-beta20",
3+
"version": "0.0.1-beta21",
44
"private": false,
55
"repository": "https://github.com/GooeyAI/typescript-sdk",
66
"main": "./index.js",

reference.md

Lines changed: 0 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -606,46 +606,6 @@ await client.bulkRunner.statusBulkRunner({
606606
</dl>
607607
</details>
608608

609-
<details><summary><code>client.bulkRunner.<a href="/src/api/resources/bulkRunner/client/Client.ts">post</a>() -> void</code></summary>
610-
<dl>
611-
<dd>
612-
613-
#### 🔌 Usage
614-
615-
<dl>
616-
<dd>
617-
618-
<dl>
619-
<dd>
620-
621-
```typescript
622-
await client.bulkRunner.post();
623-
```
624-
625-
</dd>
626-
</dl>
627-
</dd>
628-
</dl>
629-
630-
#### ⚙️ Parameters
631-
632-
<dl>
633-
<dd>
634-
635-
<dl>
636-
<dd>
637-
638-
**requestOptions:** `BulkRunner.RequestOptions`
639-
640-
</dd>
641-
</dl>
642-
</dd>
643-
</dl>
644-
645-
</dd>
646-
</dl>
647-
</details>
648-
649609
## Evaluator
650610

651611
<details><summary><code>client.evaluator.<a href="/src/api/resources/evaluator/client/Client.ts">asyncFormBulkEval</a>({ ...params }) -> Gooey.BulkEvalPageStatusResponse</code></summary>
@@ -1006,46 +966,6 @@ await client.smartGpt.statusSmartGpt({
1006966
</dl>
1007967
</details>
1008968

1009-
<details><summary><code>client.smartGpt.<a href="/src/api/resources/smartGpt/client/Client.ts">post</a>() -> void</code></summary>
1010-
<dl>
1011-
<dd>
1012-
1013-
#### 🔌 Usage
1014-
1015-
<dl>
1016-
<dd>
1017-
1018-
<dl>
1019-
<dd>
1020-
1021-
```typescript
1022-
await client.smartGpt.post();
1023-
```
1024-
1025-
</dd>
1026-
</dl>
1027-
</dd>
1028-
</dl>
1029-
1030-
#### ⚙️ Parameters
1031-
1032-
<dl>
1033-
<dd>
1034-
1035-
<dl>
1036-
<dd>
1037-
1038-
**requestOptions:** `SmartGpt.RequestOptions`
1039-
1040-
</dd>
1041-
</dl>
1042-
</dd>
1043-
</dl>
1044-
1045-
</dd>
1046-
</dl>
1047-
</details>
1048-
1049969
## SummarizeYourDocsWithGpt
1050970

1051971
<details><summary><code>client.summarizeYourDocsWithGpt.<a href="/src/api/resources/summarizeYourDocsWithGpt/client/Client.ts">statusDocSummary</a>({ ...params }) -> Gooey.DocSummaryPageStatusResponse</code></summary>
@@ -1198,46 +1118,6 @@ await client.functions.statusFunctions({
11981118
</dl>
11991119
</details>
12001120

1201-
<details><summary><code>client.functions.<a href="/src/api/resources/functions/client/Client.ts">post</a>() -> void</code></summary>
1202-
<dl>
1203-
<dd>
1204-
1205-
#### 🔌 Usage
1206-
1207-
<dl>
1208-
<dd>
1209-
1210-
<dl>
1211-
<dd>
1212-
1213-
```typescript
1214-
await client.functions.post();
1215-
```
1216-
1217-
</dd>
1218-
</dl>
1219-
</dd>
1220-
</dl>
1221-
1222-
#### ⚙️ Parameters
1223-
1224-
<dl>
1225-
<dd>
1226-
1227-
<dl>
1228-
<dd>
1229-
1230-
**requestOptions:** `Functions.RequestOptions`
1231-
1232-
</dd>
1233-
</dl>
1234-
</dd>
1235-
</dl>
1236-
1237-
</dd>
1238-
</dl>
1239-
</details>
1240-
12411121
## LipSyncing
12421122

12431123
<details><summary><code>client.lipSyncing.<a href="/src/api/resources/lipSyncing/client/Client.ts">asyncFormLipsync</a>({ ...params }) -> Gooey.LipsyncPageStatusResponse</code></summary>
@@ -2170,46 +2050,6 @@ await client.embeddings.statusEmbeddings({
21702050
</dl>
21712051
</details>
21722052

2173-
<details><summary><code>client.embeddings.<a href="/src/api/resources/embeddings/client/Client.ts">post</a>() -> void</code></summary>
2174-
<dl>
2175-
<dd>
2176-
2177-
#### 🔌 Usage
2178-
2179-
<dl>
2180-
<dd>
2181-
2182-
<dl>
2183-
<dd>
2184-
2185-
```typescript
2186-
await client.embeddings.post();
2187-
```
2188-
2189-
</dd>
2190-
</dl>
2191-
</dd>
2192-
</dl>
2193-
2194-
#### ⚙️ Parameters
2195-
2196-
<dl>
2197-
<dd>
2198-
2199-
<dl>
2200-
<dd>
2201-
2202-
**requestOptions:** `Embeddings.RequestOptions`
2203-
2204-
</dd>
2205-
</dl>
2206-
</dd>
2207-
</dl>
2208-
2209-
</dd>
2210-
</dl>
2211-
</details>
2212-
22132053
## PeopleAlsoAskAnswersFromADoc
22142054

22152055
<details><summary><code>client.peopleAlsoAskAnswersFromADoc.<a href="/src/api/resources/peopleAlsoAskAnswersFromADoc/client/Client.ts">statusRelatedQnaMakerDoc</a>({ ...params }) -> Gooey.RelatedQnADocPageStatusResponse</code></summary>

0 commit comments

Comments
 (0)