changedInput schema / properties / input / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "description": "A multimodal embedding input item. Text input is generally available; image input may require feature enablement.",
- "properties": {
- "image_base64": {
- "description": "Base64-encoded image content",
- "type": "string"
- },
- "image_mime_type": {
- "description": "MIME type for image_base64",
- "type": "string"
- },
- "image_url": {
- "description": "Public image URL to embed",
- "type": "string"
- },
- "text": {
- "description": "Text to embed",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "items": {
- "additionalProperties": false,
- "description": "A multimodal embedding input item. Text input is generally available; image input may require feature enablement.",
- "properties": {
- "image_base64": {
- "description": "Base64-encoded image content",
- "type": "string"
- },
- "image_mime_type": {
- "description": "MIME type for image_base64",
- "type": "string"
- },
- "image_url": {
- "description": "Public image URL to embed",
- "type": "string"
- },
- "text": {
- "description": "Text to embed",
- "type": "string"
- }
- },
- "type": "object"
- },
- "minItems": 1,
- "type": "array"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "description": "A multimodal embedding input item. Text input is generally available; image input may require feature enablement.",
+ "properties": {
+ "image_base64": {
+ "description": "Base64-encoded image content",
+ "type": "string"
+ },
+ "image_mime_type": {
+ "description": "MIME type for image_base64",
+ "type": "string"
+ },
+ "image_url": {
+ "description": "Public image URL to embed",
+ "type": "string"
+ },
+ "text": {
+ "description": "Text to embed",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "items": {
+ "description": "A multimodal embedding input item. Text input is generally available; image input may require feature enablement.",
+ "type": "object"
+ },
+ "minItems": 1,
+ "type": "array"
+ }
+]