Skip to content

Commit a74ded9

Browse files
AssemblyAIhe-james
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: 1e2a91e504412a139f8241beef59e32ae0a8dfb7
1 parent 0f29ab1 commit a74ded9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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": "assemblyai",
3-
"version": "4.22.1",
3+
"version": "4.23.0",
44
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
55
"engines": {
66
"node": ">=18"

src/types/openapi.generated.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2873,6 +2873,12 @@ export type Transcript = {
28732873
/**
28742874
* The textual transcript of your media file
28752875
*/
2876+
2877+
temperature?: number | null;
2878+
/**
2879+
* Change how deterministic the response is, with 0 being the most deterministic and 1 being the least deterministic.
2880+
*/
2881+
28762882
text?: string | null;
28772883
/**
28782884
* True while a request is throttled and false when a request is no longer throttled
@@ -3407,6 +3413,12 @@ export type TranscriptOptionalParams = {
34073413
/**
34083414
* The list of custom topics
34093415
*/
3416+
3417+
temperature?: number | null;
3418+
/**
3419+
* Change how deterministic the response is, with 0 being the most deterministic and 1 being the least deterministic.
3420+
*/
3421+
34103422
topics?: string[];
34113423
/**
34123424
* The header name to be sent with the transcript completed or failed webhook requests

0 commit comments

Comments
 (0)