@truefoundry/trueforge-sdk 0.2.0-rc.7 → 0.2.0-rc.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/internal/resources/agents/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/internal/resources/agents/client/Client.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/internal/resources/agents/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/internal/resources/agents/client/Client.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +1 -1
package/dist/cjs/BaseClient.js
CHANGED
|
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
|
|
|
43
43
|
const headers = (0, headers_js_1.mergeHeaders)({
|
|
44
44
|
"X-Fern-Language": "JavaScript",
|
|
45
45
|
"X-Fern-SDK-Name": "@truefoundry/trueforge-sdk",
|
|
46
|
-
"X-Fern-SDK-Version": "0.2.0-rc.
|
|
47
|
-
"User-Agent": "@truefoundry/trueforge-sdk/0.2.0-rc.
|
|
46
|
+
"X-Fern-SDK-Version": "0.2.0-rc.8",
|
|
47
|
+
"User-Agent": "@truefoundry/trueforge-sdk/0.2.0-rc.8",
|
|
48
48
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
49
49
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
50
50
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -11,7 +11,7 @@ export declare class AgentsClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<AgentsClient.Options>;
|
|
12
12
|
constructor(options: AgentsClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* TrueForge SDK samples (TypeScript and Python, stream and non-stream) for a session and turn against this agent.
|
|
15
15
|
*
|
|
16
16
|
* @param {string} agent_id - Immutable agent identifier.
|
|
17
17
|
* @param {TrueForge.internal.GetCodeSnippetsAgentsRequest} request
|
|
@@ -56,7 +56,7 @@ class AgentsClient {
|
|
|
56
56
|
this._options = (0, BaseClient_js_1.normalizeClientOptionsWithAuth)(options);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* TrueForge SDK samples (TypeScript and Python, stream and non-stream) for a session and turn against this agent.
|
|
60
60
|
*
|
|
61
61
|
* @param {string} agent_id - Immutable agent identifier.
|
|
62
62
|
* @param {TrueForge.internal.GetCodeSnippetsAgentsRequest} request
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.2.0-rc.
|
|
1
|
+
export declare const SDK_VERSION = "0.2.0-rc.8";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "@truefoundry/trueforge-sdk",
|
|
9
|
-
"X-Fern-SDK-Version": "0.2.0-rc.
|
|
10
|
-
"User-Agent": "@truefoundry/trueforge-sdk/0.2.0-rc.
|
|
9
|
+
"X-Fern-SDK-Version": "0.2.0-rc.8",
|
|
10
|
+
"User-Agent": "@truefoundry/trueforge-sdk/0.2.0-rc.8",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -11,7 +11,7 @@ export declare class AgentsClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<AgentsClient.Options>;
|
|
12
12
|
constructor(options: AgentsClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* TrueForge SDK samples (TypeScript and Python, stream and non-stream) for a session and turn against this agent.
|
|
15
15
|
*
|
|
16
16
|
* @param {string} agent_id - Immutable agent identifier.
|
|
17
17
|
* @param {TrueForge.internal.GetCodeSnippetsAgentsRequest} request
|
|
@@ -20,7 +20,7 @@ export class AgentsClient {
|
|
|
20
20
|
this._options = normalizeClientOptionsWithAuth(options);
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* TrueForge SDK samples (TypeScript and Python, stream and non-stream) for a session and turn against this agent.
|
|
24
24
|
*
|
|
25
25
|
* @param {string} agent_id - Immutable agent identifier.
|
|
26
26
|
* @param {TrueForge.internal.GetCodeSnippetsAgentsRequest} request
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.2.0-rc.
|
|
1
|
+
export declare const SDK_VERSION = "0.2.0-rc.8";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.2.0-rc.
|
|
1
|
+
export const SDK_VERSION = "0.2.0-rc.8";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -3136,7 +3136,7 @@ await client.internal.sessions.getOrCreateByExternalId({
|
|
|
3136
3136
|
<dl>
|
|
3137
3137
|
<dd>
|
|
3138
3138
|
|
|
3139
|
-
|
|
3139
|
+
TrueForge SDK samples (TypeScript and Python, stream and non-stream) for a session and turn against this agent.
|
|
3140
3140
|
</dd>
|
|
3141
3141
|
</dl>
|
|
3142
3142
|
</dd>
|