-
Notifications
You must be signed in to change notification settings - Fork 6
Add ask_vlm_verify in ExperimentalApi for cloud VLM alert verification #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
fde518c
Add ask_vlm method for cloud VLM alert verification
9a5e3e1
Automatically reformatting code
d3a428b
Send ask_vlm query/model_id as form fields; use friendly model alias
2b20fce
Update ask_vlm model_id docstring examples to vision-capable aliases
320887b
ask_vlm: rename images -> media, accept up to 8
00789e0
ask_vlm: point at renamed /v1/vlm-verifications endpoint
263808d
fix: correct URL path separator and add regression test
3cfbb7e
address PR comments: model list in docstring, timeout/corrupted-image…
7216313
trim ask_vlm tests to meaningful coverage only
6aad9e0
fix CI failures: numpy optional import, magic value constant, pylint …
6d8b680
address Copilot review comments on ask_vlm
397f9cc
fix: clarify media docstring and add /v1 deduplication regression test
2ca16ff
fix: register ask_vlm in CLI command groups
b9bf222
refactor: convert VLMVerificationResult to Pydantic BaseModel; fix ty…
2616477
Automatically reformatting code
da816d0
Generate VLM verification model from spec; move ask_vlm_verify to exp…
a38eb92
Automatically reformatting code
729ae3c
regen: run full make generate with Java — add VlmVerificationsApi + m…
89a91e3
fix: restore cli.py to main (only drop the ask_vlm command)
3c90b08
simplify: build vlm-verifications URL like create_note (no version st…
9d23339
fix: import VlmVerification from model, not groundlight (mypy)
c031c1b
fix: exclude ask_vlm_verify from CLI auto-registration
e574ae0
Add ask_vlm_verify as an experimental CLI command
1c4a496
docs: note CLI supports only a single image for now
532e3cb
Potential fix for pull request finding
srnangi 4aa5e5e
Use generated VlmVerificationsApi instead of raw requests
7154463
Automatically reformatting code
09ed731
Use one-indexed media filenames (image_1.jpg, image_2.jpg, ...)
01ff309
docs(spec): trim vlm-verifications endpoint description
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update ask_vlm model_id docstring examples to vision-capable aliases
Drop the gpt-5.4 example (OpenAI models on Bedrock are text-only and cannot do image verification); use claude-sonnet-4.5 / nova-pro instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Loading branch information
commit 2b20fce27d17cf5fb4b9a226739790121ef33fe7
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably go in experimental