@aui.io/aui-client 3.2.2 → 3.2.3
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/Client.js +2 -2
- package/dist/cjs/api/types/SendMessageRequest.d.ts +1 -2
- package/dist/cjs/api/types/index.d.ts +0 -1
- package/dist/cjs/api/types/index.js +0 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/types/SendMessageRequest.d.mts +1 -2
- package/dist/esm/api/types/index.d.mts +0 -1
- package/dist/esm/api/types/index.mjs +0 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/types/AgentVariables.d.ts +0 -12
- package/dist/cjs/api/types/AgentVariables.js +0 -3
- package/dist/esm/api/types/AgentVariables.d.mts +0 -12
- package/dist/esm/api/types/AgentVariables.mjs +0 -2
package/dist/cjs/Client.js
CHANGED
|
@@ -62,8 +62,8 @@ class ApolloClient {
|
|
|
62
62
|
"x-organization-api-key": _options === null || _options === void 0 ? void 0 : _options.organizationApiKey,
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "@aui.io/aui-client",
|
|
65
|
-
"X-Fern-SDK-Version": "3.2.
|
|
66
|
-
"User-Agent": "@aui.io/aui-client/3.2.
|
|
65
|
+
"X-Fern-SDK-Version": "3.2.3",
|
|
66
|
+
"User-Agent": "@aui.io/aui-client/3.2.3",
|
|
67
67
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
68
68
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
69
69
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type * as Apollo from "../index.js";
|
|
2
1
|
/**
|
|
3
2
|
* Send a message to your agent — the agent is identified by your access
|
|
4
3
|
* token. ``thread_id`` is optional: present -> append to that thread; absent
|
|
@@ -11,5 +10,5 @@ export interface SendMessageRequest {
|
|
|
11
10
|
/** Signed image URL for vision input. */
|
|
12
11
|
image_url?: string;
|
|
13
12
|
/** Per-message values for the agent's configured context variables. */
|
|
14
|
-
agent_variables?:
|
|
13
|
+
agent_variables?: Record<string, unknown>;
|
|
15
14
|
}
|
|
@@ -2,7 +2,6 @@ export * from "./Agent.js";
|
|
|
2
2
|
export * from "./AgentCreateResponse.js";
|
|
3
3
|
export * from "./AgentListFilters.js";
|
|
4
4
|
export * from "./AgentUpdateResponse.js";
|
|
5
|
-
export * from "./AgentVariables.js";
|
|
6
5
|
export * from "./AgentVersion.js";
|
|
7
6
|
export * from "./AgentVersionArchiveResponse.js";
|
|
8
7
|
export * from "./AgentVersionCreateResponse.js";
|
|
@@ -18,7 +18,6 @@ __exportStar(require("./Agent.js"), exports);
|
|
|
18
18
|
__exportStar(require("./AgentCreateResponse.js"), exports);
|
|
19
19
|
__exportStar(require("./AgentListFilters.js"), exports);
|
|
20
20
|
__exportStar(require("./AgentUpdateResponse.js"), exports);
|
|
21
|
-
__exportStar(require("./AgentVariables.js"), exports);
|
|
22
21
|
__exportStar(require("./AgentVersion.js"), exports);
|
|
23
22
|
__exportStar(require("./AgentVersionArchiveResponse.js"), exports);
|
|
24
23
|
__exportStar(require("./AgentVersionCreateResponse.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.2.
|
|
1
|
+
export declare const SDK_VERSION = "3.2.3";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -26,8 +26,8 @@ export class ApolloClient {
|
|
|
26
26
|
"x-organization-api-key": _options === null || _options === void 0 ? void 0 : _options.organizationApiKey,
|
|
27
27
|
"X-Fern-Language": "JavaScript",
|
|
28
28
|
"X-Fern-SDK-Name": "@aui.io/aui-client",
|
|
29
|
-
"X-Fern-SDK-Version": "3.2.
|
|
30
|
-
"User-Agent": "@aui.io/aui-client/3.2.
|
|
29
|
+
"X-Fern-SDK-Version": "3.2.3",
|
|
30
|
+
"User-Agent": "@aui.io/aui-client/3.2.3",
|
|
31
31
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
32
32
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
33
33
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type * as Apollo from "../index.mjs";
|
|
2
1
|
/**
|
|
3
2
|
* Send a message to your agent — the agent is identified by your access
|
|
4
3
|
* token. ``thread_id`` is optional: present -> append to that thread; absent
|
|
@@ -11,5 +10,5 @@ export interface SendMessageRequest {
|
|
|
11
10
|
/** Signed image URL for vision input. */
|
|
12
11
|
image_url?: string;
|
|
13
12
|
/** Per-message values for the agent's configured context variables. */
|
|
14
|
-
agent_variables?:
|
|
13
|
+
agent_variables?: Record<string, unknown>;
|
|
15
14
|
}
|
|
@@ -2,7 +2,6 @@ export * from "./Agent.mjs";
|
|
|
2
2
|
export * from "./AgentCreateResponse.mjs";
|
|
3
3
|
export * from "./AgentListFilters.mjs";
|
|
4
4
|
export * from "./AgentUpdateResponse.mjs";
|
|
5
|
-
export * from "./AgentVariables.mjs";
|
|
6
5
|
export * from "./AgentVersion.mjs";
|
|
7
6
|
export * from "./AgentVersionArchiveResponse.mjs";
|
|
8
7
|
export * from "./AgentVersionCreateResponse.mjs";
|
|
@@ -2,7 +2,6 @@ export * from "./Agent.mjs";
|
|
|
2
2
|
export * from "./AgentCreateResponse.mjs";
|
|
3
3
|
export * from "./AgentListFilters.mjs";
|
|
4
4
|
export * from "./AgentUpdateResponse.mjs";
|
|
5
|
-
export * from "./AgentVariables.mjs";
|
|
6
5
|
export * from "./AgentVersion.mjs";
|
|
7
6
|
export * from "./AgentVersionArchiveResponse.mjs";
|
|
8
7
|
export * from "./AgentVersionCreateResponse.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.2.
|
|
1
|
+
export declare const SDK_VERSION = "3.2.3";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "3.2.
|
|
1
|
+
export const SDK_VERSION = "3.2.3";
|
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Per-message values for the agent's configured context variables:
|
|
3
|
-
* ``static`` values substitute the static context's ``{{placeholders}}``;
|
|
4
|
-
* ``dynamic`` values parameterize the dynamic-context API calls. On a key
|
|
5
|
-
* collision, the ``dynamic`` value wins.
|
|
6
|
-
*/
|
|
7
|
-
export interface AgentVariables {
|
|
8
|
-
/** Values substituted into the agent's static context placeholders. */
|
|
9
|
-
static?: Record<string, string>;
|
|
10
|
-
/** Values for the variables of the agent's dynamic-context API calls. */
|
|
11
|
-
dynamic?: Record<string, string>;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Per-message values for the agent's configured context variables:
|
|
3
|
-
* ``static`` values substitute the static context's ``{{placeholders}}``;
|
|
4
|
-
* ``dynamic`` values parameterize the dynamic-context API calls. On a key
|
|
5
|
-
* collision, the ``dynamic`` value wins.
|
|
6
|
-
*/
|
|
7
|
-
export interface AgentVariables {
|
|
8
|
-
/** Values substituted into the agent's static context placeholders. */
|
|
9
|
-
static?: Record<string, string>;
|
|
10
|
-
/** Values for the variables of the agent's dynamic-context API calls. */
|
|
11
|
-
dynamic?: Record<string, string>;
|
|
12
|
-
}
|