feat: build vlm response (issue #13)#24
Merged
jennifer-bowser merged 43 commits intomainfrom Dec 17, 2025
Merged
Conversation
…ata' for now instead of trying to guess how things will be formatted
jennifer-bowser
commented
Dec 8, 2025
|
|
||
| model_config = SettingsConfigDict( | ||
| env_prefix="vlm_", | ||
| env_prefix="anyvlm_", |
Contributor
Author
There was a problem hiding this comment.
This is unrelated to this ticket but I found one last instance of "vlm" that needed to be updated to "anyvlm"
Co-authored-by: James Stevenson <james.stevenson@nationwidechildrens.org>
Co-authored-by: James Stevenson <james.stevenson@nationwidechildrens.org>
…y the auto-generated documentation
Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
…-vlm-network-response
Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
The base branch was changed.
korikuzma
approved these changes
Dec 16, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I've hard-coded several fields to be gregor-specific values for expediency. In the future we will need to configure these dynamically.
However, for now I wasn't really sure what to use for these gregor-specific fields so I just took my best guess. Reviewers, please provide feedback on what you think we should use as values for the gregor pilot for the following:
HandoverType.idHandoverType.labelBeaconHandover.urlMeta.beaconIdFor reference, the VLM API spec can be found here.