-
Notifications
You must be signed in to change notification settings - Fork 0
feat: enable config of node-specific fields in vlm response (Issue #27) #39
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
jennifer-bowser
merged 19 commits into
main
from
issue-27-enable-config-of-node-specific-fields-in-vlm-response
Dec 30, 2025
Merged
Changes from 9 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b85bdff
use 'BaseSettings' instead of 'BaseModel' as parent class for 'VlmRes…
jennifer-bowser 2d8260c
updates comments + descriptions for vlm schema classes
jennifer-bowser 45d2086
remove unnecessary fields 'setType' and 'exists' from instantiation o…
jennifer-bowser 453eafc
simplify logic for using env vars for values + preventing overrides
jennifer-bowser bc3e3b3
add '.env.example' file with GREGoR-specific valules required for 'Vl…
jennifer-bowser 8a80567
use 'default_factory' instead of 'default' for attributes configured …
jennifer-bowser 8d32e34
add required env vars to GitHub workflow
jennifer-bowser cf62b44
modify 'ResultSet' to prevent inadvertently overriding static fields
jennifer-bowser 4d6c1fc
update comments for clairity
jennifer-bowser bdb6e53
Merge branch 'main' into issue-27-enable-config-of-node-specific-fiel…
jennifer-bowser d39ef0e
update arg name for 'ResultSet.id' > 'ResultSet.resultset_id'
jennifer-bowser a8ad18c
use Pydantic 'SettingsConfigDict' instead of custom func to set attri…
jennifer-bowser 37fb5e5
moves logic to pull info from env vars out of 'VlmResponse' classes a…
jennifer-bowser 0fa0571
fix tests
jennifer-bowser 913bb7b
reformat description string to avoid wonky whitespace formatting
jennifer-bowser 4ffaf89
refactor test to move fixture into the test where it's used
jennifer-bowser 734b61f
Merge branch 'main' into issue-27-enable-config-of-node-specific-fiel…
jsstevenson f576b09
resolve merge conflicts
jennifer-bowser 4e9d85d
resolve mere conflicts
jennifer-bowser 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| ########################### | ||
| ## VLM RESPONSE SETTINGS ## | ||
| ########################### | ||
| HANDOVER_TYPE_ID="GREGoR-NCH" | ||
| HANDOVER_TYPE_LABEL="GREGoR AnyVLM Reference" | ||
| BEACON_HANDOVER_URL="https://variants.gregorconsortium.org/" | ||
| BEACON_NODE_ID="org.anyvlm.gregor" |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.