Skip to content

Commit 671cdaf

Browse files
fern-api[bot]Andrei Bratu
authored andcommitted
Release 0.8.21-beta1
1 parent ef412ea commit 671cdaf

File tree

25 files changed

+586
-598
lines changed

25 files changed

+586
-598
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": "humanloop",
3-
"version": "0.8.21",
3+
"version": "0.8.21-beta1",
44
"private": false,
55
"repository": "https://github.com/humanloop/humanloop-node",
66
"main": "./index.js",

src/api/resources/agents/client/Client.ts

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export class Agents {
118118
headers: {
119119
"X-Fern-Language": "JavaScript",
120120
"X-Fern-SDK-Name": "humanloop",
121-
"X-Fern-SDK-Version": "0.8.21",
122-
"User-Agent": "humanloop/0.8.21",
121+
"X-Fern-SDK-Version": "0.8.21-beta1",
122+
"User-Agent": "humanloop/0.8.21-beta1",
123123
"X-Fern-Runtime": core.RUNTIME.type,
124124
"X-Fern-Runtime-Version": core.RUNTIME.version,
125125
...(await this._getCustomAuthorizationHeaders()),
@@ -223,8 +223,8 @@ export class Agents {
223223
headers: {
224224
"X-Fern-Language": "JavaScript",
225225
"X-Fern-SDK-Name": "humanloop",
226-
"X-Fern-SDK-Version": "0.8.21",
227-
"User-Agent": "humanloop/0.8.21",
226+
"X-Fern-SDK-Version": "0.8.21-beta1",
227+
"User-Agent": "humanloop/0.8.21-beta1",
228228
"X-Fern-Runtime": core.RUNTIME.type,
229229
"X-Fern-Runtime-Version": core.RUNTIME.version,
230230
...(await this._getCustomAuthorizationHeaders()),
@@ -326,8 +326,8 @@ export class Agents {
326326
headers: {
327327
"X-Fern-Language": "JavaScript",
328328
"X-Fern-SDK-Name": "humanloop",
329-
"X-Fern-SDK-Version": "0.8.21",
330-
"User-Agent": "humanloop/0.8.21",
329+
"X-Fern-SDK-Version": "0.8.21-beta1",
330+
"User-Agent": "humanloop/0.8.21-beta1",
331331
"X-Fern-Runtime": core.RUNTIME.type,
332332
"X-Fern-Runtime-Version": core.RUNTIME.version,
333333
...(await this._getCustomAuthorizationHeaders()),
@@ -456,8 +456,8 @@ export class Agents {
456456
headers: {
457457
"X-Fern-Language": "JavaScript",
458458
"X-Fern-SDK-Name": "humanloop",
459-
"X-Fern-SDK-Version": "0.8.21",
460-
"User-Agent": "humanloop/0.8.21",
459+
"X-Fern-SDK-Version": "0.8.21-beta1",
460+
"User-Agent": "humanloop/0.8.21-beta1",
461461
"X-Fern-Runtime": core.RUNTIME.type,
462462
"X-Fern-Runtime-Version": core.RUNTIME.version,
463463
...(await this._getCustomAuthorizationHeaders()),
@@ -545,8 +545,8 @@ export class Agents {
545545
headers: {
546546
"X-Fern-Language": "JavaScript",
547547
"X-Fern-SDK-Name": "humanloop",
548-
"X-Fern-SDK-Version": "0.8.21",
549-
"User-Agent": "humanloop/0.8.21",
548+
"X-Fern-SDK-Version": "0.8.21-beta1",
549+
"User-Agent": "humanloop/0.8.21-beta1",
550550
"X-Fern-Runtime": core.RUNTIME.type,
551551
"X-Fern-Runtime-Version": core.RUNTIME.version,
552552
...(await this._getCustomAuthorizationHeaders()),
@@ -661,8 +661,8 @@ export class Agents {
661661
headers: {
662662
"X-Fern-Language": "JavaScript",
663663
"X-Fern-SDK-Name": "humanloop",
664-
"X-Fern-SDK-Version": "0.8.21",
665-
"User-Agent": "humanloop/0.8.21",
664+
"X-Fern-SDK-Version": "0.8.21-beta1",
665+
"User-Agent": "humanloop/0.8.21-beta1",
666666
"X-Fern-Runtime": core.RUNTIME.type,
667667
"X-Fern-Runtime-Version": core.RUNTIME.version,
668668
...(await this._getCustomAuthorizationHeaders()),
@@ -774,8 +774,8 @@ export class Agents {
774774
headers: {
775775
"X-Fern-Language": "JavaScript",
776776
"X-Fern-SDK-Name": "humanloop",
777-
"X-Fern-SDK-Version": "0.8.21",
778-
"User-Agent": "humanloop/0.8.21",
777+
"X-Fern-SDK-Version": "0.8.21-beta1",
778+
"User-Agent": "humanloop/0.8.21-beta1",
779779
"X-Fern-Runtime": core.RUNTIME.type,
780780
"X-Fern-Runtime-Version": core.RUNTIME.version,
781781
...(await this._getCustomAuthorizationHeaders()),
@@ -910,8 +910,8 @@ export class Agents {
910910
headers: {
911911
"X-Fern-Language": "JavaScript",
912912
"X-Fern-SDK-Name": "humanloop",
913-
"X-Fern-SDK-Version": "0.8.21",
914-
"User-Agent": "humanloop/0.8.21",
913+
"X-Fern-SDK-Version": "0.8.21-beta1",
914+
"User-Agent": "humanloop/0.8.21-beta1",
915915
"X-Fern-Runtime": core.RUNTIME.type,
916916
"X-Fern-Runtime-Version": core.RUNTIME.version,
917917
...(await this._getCustomAuthorizationHeaders()),
@@ -997,8 +997,8 @@ export class Agents {
997997
headers: {
998998
"X-Fern-Language": "JavaScript",
999999
"X-Fern-SDK-Name": "humanloop",
1000-
"X-Fern-SDK-Version": "0.8.21",
1001-
"User-Agent": "humanloop/0.8.21",
1000+
"X-Fern-SDK-Version": "0.8.21-beta1",
1001+
"User-Agent": "humanloop/0.8.21-beta1",
10021002
"X-Fern-Runtime": core.RUNTIME.type,
10031003
"X-Fern-Runtime-Version": core.RUNTIME.version,
10041004
...(await this._getCustomAuthorizationHeaders()),
@@ -1084,8 +1084,8 @@ export class Agents {
10841084
headers: {
10851085
"X-Fern-Language": "JavaScript",
10861086
"X-Fern-SDK-Name": "humanloop",
1087-
"X-Fern-SDK-Version": "0.8.21",
1088-
"User-Agent": "humanloop/0.8.21",
1087+
"X-Fern-SDK-Version": "0.8.21-beta1",
1088+
"User-Agent": "humanloop/0.8.21-beta1",
10891089
"X-Fern-Runtime": core.RUNTIME.type,
10901090
"X-Fern-Runtime-Version": core.RUNTIME.version,
10911091
...(await this._getCustomAuthorizationHeaders()),
@@ -1186,8 +1186,8 @@ export class Agents {
11861186
headers: {
11871187
"X-Fern-Language": "JavaScript",
11881188
"X-Fern-SDK-Name": "humanloop",
1189-
"X-Fern-SDK-Version": "0.8.21",
1190-
"User-Agent": "humanloop/0.8.21",
1189+
"X-Fern-SDK-Version": "0.8.21-beta1",
1190+
"User-Agent": "humanloop/0.8.21-beta1",
11911191
"X-Fern-Runtime": core.RUNTIME.type,
11921192
"X-Fern-Runtime-Version": core.RUNTIME.version,
11931193
...(await this._getCustomAuthorizationHeaders()),
@@ -1268,8 +1268,8 @@ export class Agents {
12681268
headers: {
12691269
"X-Fern-Language": "JavaScript",
12701270
"X-Fern-SDK-Name": "humanloop",
1271-
"X-Fern-SDK-Version": "0.8.21",
1272-
"User-Agent": "humanloop/0.8.21",
1271+
"X-Fern-SDK-Version": "0.8.21-beta1",
1272+
"User-Agent": "humanloop/0.8.21-beta1",
12731273
"X-Fern-Runtime": core.RUNTIME.type,
12741274
"X-Fern-Runtime-Version": core.RUNTIME.version,
12751275
...(await this._getCustomAuthorizationHeaders()),
@@ -1350,8 +1350,8 @@ export class Agents {
13501350
headers: {
13511351
"X-Fern-Language": "JavaScript",
13521352
"X-Fern-SDK-Name": "humanloop",
1353-
"X-Fern-SDK-Version": "0.8.21",
1354-
"User-Agent": "humanloop/0.8.21",
1353+
"X-Fern-SDK-Version": "0.8.21-beta1",
1354+
"User-Agent": "humanloop/0.8.21-beta1",
13551355
"X-Fern-Runtime": core.RUNTIME.type,
13561356
"X-Fern-Runtime-Version": core.RUNTIME.version,
13571357
...(await this._getCustomAuthorizationHeaders()),
@@ -1443,8 +1443,8 @@ export class Agents {
14431443
headers: {
14441444
"X-Fern-Language": "JavaScript",
14451445
"X-Fern-SDK-Name": "humanloop",
1446-
"X-Fern-SDK-Version": "0.8.21",
1447-
"User-Agent": "humanloop/0.8.21",
1446+
"X-Fern-SDK-Version": "0.8.21-beta1",
1447+
"User-Agent": "humanloop/0.8.21-beta1",
14481448
"X-Fern-Runtime": core.RUNTIME.type,
14491449
"X-Fern-Runtime-Version": core.RUNTIME.version,
14501450
...(await this._getCustomAuthorizationHeaders()),
@@ -1540,8 +1540,8 @@ export class Agents {
15401540
headers: {
15411541
"X-Fern-Language": "JavaScript",
15421542
"X-Fern-SDK-Name": "humanloop",
1543-
"X-Fern-SDK-Version": "0.8.21",
1544-
"User-Agent": "humanloop/0.8.21",
1543+
"X-Fern-SDK-Version": "0.8.21-beta1",
1544+
"User-Agent": "humanloop/0.8.21-beta1",
15451545
"X-Fern-Runtime": core.RUNTIME.type,
15461546
"X-Fern-Runtime-Version": core.RUNTIME.version,
15471547
...(await this._getCustomAuthorizationHeaders()),
@@ -1632,8 +1632,8 @@ export class Agents {
16321632
headers: {
16331633
"X-Fern-Language": "JavaScript",
16341634
"X-Fern-SDK-Name": "humanloop",
1635-
"X-Fern-SDK-Version": "0.8.21",
1636-
"User-Agent": "humanloop/0.8.21",
1635+
"X-Fern-SDK-Version": "0.8.21-beta1",
1636+
"User-Agent": "humanloop/0.8.21-beta1",
16371637
"X-Fern-Runtime": core.RUNTIME.type,
16381638
"X-Fern-Runtime-Version": core.RUNTIME.version,
16391639
...(await this._getCustomAuthorizationHeaders()),
@@ -1712,8 +1712,8 @@ export class Agents {
17121712
headers: {
17131713
"X-Fern-Language": "JavaScript",
17141714
"X-Fern-SDK-Name": "humanloop",
1715-
"X-Fern-SDK-Version": "0.8.21",
1716-
"User-Agent": "humanloop/0.8.21",
1715+
"X-Fern-SDK-Version": "0.8.21-beta1",
1716+
"User-Agent": "humanloop/0.8.21-beta1",
17171717
"X-Fern-Runtime": core.RUNTIME.type,
17181718
"X-Fern-Runtime-Version": core.RUNTIME.version,
17191719
...(await this._getCustomAuthorizationHeaders()),
@@ -1811,8 +1811,8 @@ export class Agents {
18111811
headers: {
18121812
"X-Fern-Language": "JavaScript",
18131813
"X-Fern-SDK-Name": "humanloop",
1814-
"X-Fern-SDK-Version": "0.8.21",
1815-
"User-Agent": "humanloop/0.8.21",
1814+
"X-Fern-SDK-Version": "0.8.21-beta1",
1815+
"User-Agent": "humanloop/0.8.21-beta1",
18161816
"X-Fern-Runtime": core.RUNTIME.type,
18171817
"X-Fern-Runtime-Version": core.RUNTIME.version,
18181818
...(await this._getCustomAuthorizationHeaders()),
@@ -1916,8 +1916,8 @@ export class Agents {
19161916
headers: {
19171917
"X-Fern-Language": "JavaScript",
19181918
"X-Fern-SDK-Name": "humanloop",
1919-
"X-Fern-SDK-Version": "0.8.21",
1920-
"User-Agent": "humanloop/0.8.21",
1919+
"X-Fern-SDK-Version": "0.8.21-beta1",
1920+
"User-Agent": "humanloop/0.8.21-beta1",
19211921
"X-Fern-Runtime": core.RUNTIME.type,
19221922
"X-Fern-Runtime-Version": core.RUNTIME.version,
19231923
...(await this._getCustomAuthorizationHeaders()),
@@ -2001,8 +2001,8 @@ export class Agents {
20012001
headers: {
20022002
"X-Fern-Language": "JavaScript",
20032003
"X-Fern-SDK-Name": "humanloop",
2004-
"X-Fern-SDK-Version": "0.8.21",
2005-
"User-Agent": "humanloop/0.8.21",
2004+
"X-Fern-SDK-Version": "0.8.21-beta1",
2005+
"User-Agent": "humanloop/0.8.21-beta1",
20062006
"X-Fern-Runtime": core.RUNTIME.type,
20072007
"X-Fern-Runtime-Version": core.RUNTIME.version,
20082008
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/agents/client/requests/AgentLogRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export interface AgentLogRequest {
9393
* The Agent configuration to use. Two formats are supported:
9494
* - An object representing the details of the Agent configuration
9595
* - A string representing the raw contents of a .agent file
96-
*
9796
* A new Agent version will be created if the provided details do not match any existing version.
9897
*/
9998
agent?: Humanloop.AgentLogRequestAgent;

src/api/resources/agents/client/requests/AgentsCallRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export interface AgentsCallRequest {
4141
* The Agent configuration to use. Two formats are supported:
4242
* - An object representing the details of the Agent configuration
4343
* - A string representing the raw contents of a .agent file
44-
*
4544
* A new Agent version will be created if the provided details do not match any existing version.
4645
*/
4746
agent?: Humanloop.AgentsCallRequestAgent;

src/api/resources/agents/client/requests/AgentsCallStreamRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export interface AgentsCallStreamRequest {
3535
* The Agent configuration to use. Two formats are supported:
3636
* - An object representing the details of the Agent configuration
3737
* - A string representing the raw contents of a .agent file
38-
*
3938
* A new Agent version will be created if the provided details do not match any existing version.
4039
*/
4140
agent?: Humanloop.AgentsCallStreamRequestAgent;

src/api/resources/agents/types/AgentLogRequestAgent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as Humanloop from "../../../index";
88
* The Agent configuration to use. Two formats are supported:
99
* - An object representing the details of the Agent configuration
1010
* - A string representing the raw contents of a .agent file
11-
*
1211
* A new Agent version will be created if the provided details do not match any existing version.
1312
*/
1413
export type AgentLogRequestAgent = Humanloop.AgentKernelRequest | string;

src/api/resources/agents/types/AgentsCallRequestAgent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as Humanloop from "../../../index";
88
* The Agent configuration to use. Two formats are supported:
99
* - An object representing the details of the Agent configuration
1010
* - A string representing the raw contents of a .agent file
11-
*
1211
* A new Agent version will be created if the provided details do not match any existing version.
1312
*/
1413
export type AgentsCallRequestAgent = Humanloop.AgentKernelRequest | string;

src/api/resources/agents/types/AgentsCallStreamRequestAgent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as Humanloop from "../../../index";
88
* The Agent configuration to use. Two formats are supported:
99
* - An object representing the details of the Agent configuration
1010
* - A string representing the raw contents of a .agent file
11-
*
1211
* A new Agent version will be created if the provided details do not match any existing version.
1312
*/
1413
export type AgentsCallStreamRequestAgent = Humanloop.AgentKernelRequest | string;

0 commit comments

Comments
 (0)