@databricks/ai-sdk-provider 0.5.0 → 0.5.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.mjs CHANGED
@@ -627,7 +627,7 @@ const responsesAgentChunkSchema = z.union([
627
627
  /**
628
628
  * We use a loose schema for response validation to handle unknown chunks.
629
629
  */
630
- const looseResponseAgentChunkSchema = z.union([responsesAgentChunkSchema, z.object({ type: z.string() }).loose()]);
630
+ const looseResponseAgentChunkSchema = z.union([responsesAgentChunkSchema, z.object({}).loose()]);
631
631
 
632
632
  //#endregion
633
633
  //#region src/responses-agent-language-model/responses-convert-to-message-parts.ts