@inkeep/ai-sdk-provider 0.74.2 → 0.74.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/inkeep-error.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _ai_sdk_provider0 from "@ai-sdk/provider";
|
|
2
2
|
import * as _ai_sdk_provider_utils0 from "@ai-sdk/provider-utils";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
|
|
@@ -13,6 +13,6 @@ declare const inkeepErrorDataSchema: z.ZodObject<{
|
|
|
13
13
|
}, z.core.$strip>>>;
|
|
14
14
|
}, z.core.$strip>;
|
|
15
15
|
type InkeepErrorData = z.infer<typeof inkeepErrorDataSchema>;
|
|
16
|
-
declare const inkeepFailedResponseHandler: _ai_sdk_provider_utils0.ResponseHandler<
|
|
16
|
+
declare const inkeepFailedResponseHandler: _ai_sdk_provider_utils0.ResponseHandler<_ai_sdk_provider0.APICallError>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { InkeepErrorData, inkeepFailedResponseHandler };
|
package/dist/inkeep-error.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _ai_sdk_provider_utils0 from "@ai-sdk/provider-utils";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _ai_sdk_provider0 from "@ai-sdk/provider";
|
|
4
4
|
|
|
5
5
|
//#region src/inkeep-error.d.ts
|
|
6
6
|
declare const inkeepErrorDataSchema: z.ZodObject<{
|
|
@@ -13,6 +13,6 @@ declare const inkeepErrorDataSchema: z.ZodObject<{
|
|
|
13
13
|
}, z.core.$strip>>>;
|
|
14
14
|
}, z.core.$strip>;
|
|
15
15
|
type InkeepErrorData = z.infer<typeof inkeepErrorDataSchema>;
|
|
16
|
-
declare const inkeepFailedResponseHandler: _ai_sdk_provider_utils0.ResponseHandler<
|
|
16
|
+
declare const inkeepFailedResponseHandler: _ai_sdk_provider_utils0.ResponseHandler<_ai_sdk_provider0.APICallError>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { InkeepErrorData, inkeepFailedResponseHandler };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/ai-sdk-provider",
|
|
3
|
-
"version": "0.74.
|
|
3
|
+
"version": "0.74.3",
|
|
4
4
|
"description": "AI SDK provider for Inkeep Agent Framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@ai-sdk/provider": "3.0.2",
|
|
26
26
|
"@ai-sdk/provider-utils": "4.0.4",
|
|
27
27
|
"zod": "^4.3.6",
|
|
28
|
-
"@inkeep/agents-core": "0.74.
|
|
28
|
+
"@inkeep/agents-core": "0.74.3"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public",
|