Skip to content

Commit

Permalink
Release 0.0.1-beta11
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 4, 2024
1 parent 70a8ea8 commit 4b34386
Show file tree
Hide file tree
Showing 15 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gooeyai",
"version": "0.0.1-beta10",
"version": "0.0.1-beta11",
"private": false,
"repository": "https://github.com/GooeyAI/typescript-sdk",
"main": "./index.js",
Expand Down
28 changes: 14 additions & 14 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ await client.copilotIntegrations.videoBotsStream("request_id");

## CopilotForYourEnterprise

<details><summary><code>client.copilotForYourEnterprise.<a href="/src/api/resources/copilotForYourEnterprise/client/Client.ts">asyncVideoBots</a>({ ...params }) -> Gooey.AsyncApiResponseModelV3</code></summary>
<details><summary><code>client.copilotForYourEnterprise.<a href="/src/api/resources/copilotForYourEnterprise/client/Client.ts">asyncVideoBots</a>({ ...params }) -> Gooey.VideoBotsPageResponse</code></summary>
<dl>
<dd>

Expand Down Expand Up @@ -194,7 +194,7 @@ await client.copilotForYourEnterprise.asyncVideoBots();

## AiArtQrCode

<details><summary><code>client.aiArtQrCode.<a href="/src/api/resources/aiArtQrCode/client/Client.ts">asyncArtQrCode</a>({ ...params }) -> Gooey.AsyncApiResponseModelV3</code></summary>
<details><summary><code>client.aiArtQrCode.<a href="/src/api/resources/aiArtQrCode/client/Client.ts">asyncArtQrCode</a>({ ...params }) -> Gooey.QrCodeGeneratorPageResponse</code></summary>
<dl>
<dd>

Expand Down Expand Up @@ -246,7 +246,7 @@ await client.aiArtQrCode.asyncArtQrCode({

## Evaluator

<details><summary><code>client.evaluator.<a href="/src/api/resources/evaluator/client/Client.ts">asyncBulkEval</a>({ ...params }) -> Gooey.AsyncApiResponseModelV3</code></summary>
<details><summary><code>client.evaluator.<a href="/src/api/resources/evaluator/client/Client.ts">asyncBulkEval</a>({ ...params }) -> Gooey.BulkEvalPageResponse</code></summary>
<dl>
<dd>

Expand Down Expand Up @@ -298,7 +298,7 @@ await client.evaluator.asyncBulkEval({

## SmartGpt

<details><summary><code>client.smartGpt.<a href="/src/api/resources/smartGpt/client/Client.ts">asyncSmartGpt</a>({ ...params }) -> Gooey.AsyncApiResponseModelV3</code></summary>
<details><summary><code>client.smartGpt.<a href="/src/api/resources/smartGpt/client/Client.ts">asyncSmartGpt</a>({ ...params }) -> Gooey.SmartGptPageResponse</code></summary>
<dl>
<dd>

Expand Down Expand Up @@ -390,7 +390,7 @@ await client.smartGpt.post();

## SummarizeYourDocsWithGpt

<details><summary><code>client.summarizeYourDocsWithGpt.<a href="/src/api/resources/summarizeYourDocsWithGpt/client/Client.ts">asyncDocSummary</a>({ ...params }) -> Gooey.AsyncApiResponseModelV3</code></summary>
<details><summary><code>client.summarizeYourDocsWithGpt.<a href="/src/api/resources/summarizeYourDocsWithGpt/client/Client.ts">asyncDocSummary</a>({ ...params }) -> Gooey.DocSummaryPageResponse</code></summary>
<dl>
<dd>

Expand Down Expand Up @@ -442,7 +442,7 @@ await client.summarizeYourDocsWithGpt.asyncDocSummary({

## LipSyncing

<details><summary><code>client.lipSyncing.<a href="/src/api/resources/lipSyncing/client/Client.ts">asyncLipsync</a>({ ...params }) -> Gooey.AsyncApiResponseModelV3</code></summary>
<details><summary><code>client.lipSyncing.<a href="/src/api/resources/lipSyncing/client/Client.ts">asyncLipsync</a>({ ...params }) -> Gooey.LipsyncPageResponse</code></summary>
<dl>
<dd>

Expand Down Expand Up @@ -624,9 +624,9 @@ await client.bulkRunner.post();
</dl>
</details>

## Functions
## Embeddings

<details><summary><code>client.functions.<a href="/src/api/resources/functions/client/Client.ts">post</a>() -> void</code></summary>
<details><summary><code>client.embeddings.<a href="/src/api/resources/embeddings/client/Client.ts">post</a>() -> void</code></summary>
<dl>
<dd>

Expand All @@ -639,7 +639,7 @@ await client.bulkRunner.post();
<dd>

```typescript
await client.functions.post();
await client.embeddings.post();
```

</dd>
Expand All @@ -655,7 +655,7 @@ await client.functions.post();
<dl>
<dd>

**requestOptions:** `Functions.RequestOptions`
**requestOptions:** `Embeddings.RequestOptions`

</dd>
</dl>
Expand All @@ -666,9 +666,9 @@ await client.functions.post();
</dl>
</details>

## Embeddings
## Functions

<details><summary><code>client.embeddings.<a href="/src/api/resources/embeddings/client/Client.ts">post</a>() -> void</code></summary>
<details><summary><code>client.functions.<a href="/src/api/resources/functions/client/Client.ts">post</a>() -> void</code></summary>
<dl>
<dd>

Expand All @@ -681,7 +681,7 @@ await client.functions.post();
<dd>

```typescript
await client.embeddings.post();
await client.functions.post();
```

</dd>
Expand All @@ -697,7 +697,7 @@ await client.embeddings.post();
<dl>
<dd>

**requestOptions:** `Embeddings.RequestOptions`
**requestOptions:** `Functions.RequestOptions`

</dd>
</dl>
Expand Down
Loading

0 comments on commit 4b34386

Please sign in to comment.