-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add dynamic model capability detection #16
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
Closed
Closed
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
ed83b25
feat: add dynamic model capability detection
jerome-benoit 7b3d8a8
refactor: harmonize model capabilities with codebase style
jerome-benoit f61d411
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 1228758
Merge origin/main into feat/dynamic-model-capabilities
jerome-benoit 3f61215
chore: lock file maintenance
jerome-benoit b0f7ee3
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 0f3ce7e
fix: fix formatting
jerome-benoit c7376b5
fix: address PR review feedback
jerome-benoit 385480e
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit b9cafc3
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 5058596
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit f4ee9f5
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 2c17acb
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 4ddae5e
fix: add mistralai vendor support for SAP AI Core models
jerome-benoit 599ce33
fix: address PR review comments
jerome-benoit f0184ec
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 98329de
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit af57dbc
fix: improve model capability detection patterns
jerome-benoit d19c3c1
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 548062f
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 29a98a1
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit f15cba1
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit aede4cf
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 5a9da82
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 6993cf4
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit b49878f
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit ffdb22f
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 83e79ec
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit f4dbaf0
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit d641e2f
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 2f6dc4b
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit afc8d05
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit a5c3799
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 2823d5a
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 910a6df
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit acece8d
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit f973a9e
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 120b161
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 7e5d794
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit d5359b8
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 7cbeb21
Merge remote-tracking branch 'upstream/main' into feat/dynamic-model-…
jerome-benoit c5fa8b4
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit ebbb7aa
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit a4d5a89
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit dd297e1
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 7ff6003
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 0dddb4a
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 594da67
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit a6b7353
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 4da0a87
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 6577e2a
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 240b8b6
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 1a231ad
Merge branch 'main' into feat/dynamic-model-capabilities
jerome-benoit 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
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
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.
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.
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.
The Table of Contents bullet for “Model Capabilities Detection” is missing the indentation used by the surrounding “Classes” subsection items, which breaks the TOC nesting/formatting. Indent this entry to match the other
Classeschildren (same as theOrchestrationErrorResponseline above).