feat: button to magically LLM generater metadata via woo-hoo service - #253
Open
morrieinmaas wants to merge 2 commits into
Open
feat: button to magically LLM generater metadata via woo-hoo service#253morrieinmaas wants to merge 2 commits into
morrieinmaas wants to merge 2 commits into
Conversation
felixcicatt
reviewed
Feb 3, 2026
Collaborator
There was a problem hiding this comment.
something weird is going on with the path of this file. it makes it impossible for me to switch to your branch:
error: invalid path 'odpc.client/obj\Debug/\package.g.props'. can you check if you can delete the file and get it into the gitignore?
| :gekoppelde-waardelijsten="gekoppeldeWaardelijsten" | ||
| /> | ||
|
|
||
| <div v-if="isAvailable && existingDocuments.length && !isReadonly && !hasError" class="generate-metadata"> |
Collaborator
There was a problem hiding this comment.
cool! I think it might be wise to split the template parts into separate components as much as possible, to reduce potential merge hell whenever 'regular' features go to main
Author
|
thanks already @felixcicatt for the feedback. There's some more work needed and some reconciliation with some furtehr changes from #262 but not all obviously. we can discuss shortly |
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.
Adds a button to the UI to call woo-hoo service (unreleased) to generate metadata based on official xml schema via LLM (Mistral).
Needs woo-hoo service released and deployed. Also first attempt - maybe there are better ways?