1 parent 4422ffa commit 031ca02Copy full SHA for 031ca02
1 file changed
README.md
@@ -39,15 +39,6 @@ The function accepts the following parameters via the `params` argument:
39
40
## Data Format
41
42
-### Response (Student Submission)
43
-Should be a list of dictionaries, each with a `url` key pointing to an image:
44
-
45
-```json
46
-[
47
- { "url": "https://example.com/image1.jpg" },
48
- { "url": "https://example.com/image2.jpg" }
49
-]
50
-```
51
52
### Answer (Reference Data)
53
Not directly used for image analysis, but may contain reference images or metadata for future extensions.
0 commit comments