@jixo/cli 0.23.4 → 0.23.5
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/assets/bundle/google-aistudio.node.js +2 -2
- package/bundle/index.js +552 -729
- package/package.json +3 -3
|
@@ -1074,7 +1074,6 @@ const zContentSchema = looseObject({
|
|
|
1074
1074
|
contents: array(object({
|
|
1075
1075
|
role: string(),
|
|
1076
1076
|
parts: array(union([
|
|
1077
|
-
object({ isLast: boolean() }),
|
|
1078
1077
|
object({
|
|
1079
1078
|
isLast: boolean(),
|
|
1080
1079
|
text: string()
|
|
@@ -1105,7 +1104,8 @@ const zContentSchema = looseObject({
|
|
|
1105
1104
|
fileIndex: number(),
|
|
1106
1105
|
fileName: string()
|
|
1107
1106
|
})
|
|
1108
|
-
})
|
|
1107
|
+
}),
|
|
1108
|
+
object({ isLast: boolean() })
|
|
1109
1109
|
])),
|
|
1110
1110
|
isLast: optional(boolean())
|
|
1111
1111
|
})),
|