Skip to content

Fix/v3checks#59

Merged
winzamark123 merged 34 commits into
mainfrom
fix/v3checks
Sep 8, 2025
Merged

Fix/v3checks#59
winzamark123 merged 34 commits into
mainfrom
fix/v3checks

Conversation

@winzamark123

Copy link
Copy Markdown
Contributor

No description provided.

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator
Screenshot 2025-09-06 at 12 54 27 AM

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator
  "gui_elements": [],

this is not optinal in js sdk, it is always returned as empty array

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator
Screenshot 2025-09-06 at 1 03 58 AM Why am i getting these suggestions in object_detection

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator

Should be conditional based on if multiple_labels: true, is passed then it will be [][] otherwise [].
Screenshot 2025-09-06 at 1 18 59 AM

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator

File upload with nsfw broken type, please check for others too

Screenshot 2025-09-06 at 1 23 53 AM

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator

fix
Screenshot 2025-09-06 at 2 10 04 AM

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator

Should use enums in the emotions array, as per doc
Screenshot 2025-09-06 at 3 09 25 AM
Screenshot 2025-09-06 at 3 09 45 AM

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator

Should be conditional based on type: "text" or type: "point",
Screenshot 2025-09-06 at 3 11 44 AM

@VineeTagarwaL-code

Copy link
Copy Markdown
Collaborator

Broken
Screenshot 2025-09-06 at 3 15 56 AM

@winzamark123

Copy link
Copy Markdown
Contributor Author
  "gui_elements": [],

this is not optinal in js sdk, it is always returned as empty array

it is optional, try with this params

{
    "url": "https://static.toiimg.com/thumb/imgsize-23456,msid-98909066,width-600,resizemode-4/98909066.jpg",
  "prompts": ["cat"],
  "features": ["object_detection"],
  "annotated_image": true,
  "return_type": "url"
}

@winzamark123

Copy link
Copy Markdown
Contributor Author

Broken Screenshot 2025-09-06 at 3 15 56 AM

im not sure what this error means. it seems that you have . after result

@winzamark123

Copy link
Copy Markdown
Contributor Author

Should use enums in the emotions array, as per doc Screenshot 2025-09-06 at 3 09 25 AM Screenshot 2025-09-06 at 3 09 45 AM

this is being sent back through an LLM so the emotion is not an enum. Please dont use past docs as the source of truth. JigsawStack Main repo should be the source of truth

@winzamark123

Copy link
Copy Markdown
Contributor Author

Screenshot 2025-09-06 at 1 03 58 AM Why am i getting these suggestions in object_detection

these are just suggestions that could be produced by any of ur extensions. If you continue, none of them would be approved by the type

@winzamark123

Copy link
Copy Markdown
Contributor Author

File upload with nsfw broken type, please check for others too

Screenshot 2025-09-06 at 1 23 53 AM

This is not how you should be passing a file. Please read the implementation and test them before flagging them as errors.

@winzamark123
winzamark123 merged commit 2ddeac7 into main Sep 8, 2025
2 checks passed
@winzamark123
winzamark123 deleted the fix/v3checks branch September 8, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants