@databricks/ai-sdk-provider 0.5.0 → 0.5.1-rc.1
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -651,7 +651,7 @@ const responsesAgentChunkSchema = zod_v4.z.union([
|
|
|
651
651
|
/**
|
|
652
652
|
* We use a loose schema for response validation to handle unknown chunks.
|
|
653
653
|
*/
|
|
654
|
-
const looseResponseAgentChunkSchema = zod_v4.z.union([responsesAgentChunkSchema, zod_v4.z.object({
|
|
654
|
+
const looseResponseAgentChunkSchema = zod_v4.z.union([responsesAgentChunkSchema, zod_v4.z.object({}).loose()]);
|
|
655
655
|
|
|
656
656
|
//#endregion
|
|
657
657
|
//#region src/responses-agent-language-model/responses-convert-to-message-parts.ts
|