genai-function-calling: update to qwen3 model which reduces edge cases #71
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.
This updates to qwen3 model which reduces edge cases as all except spring-ai can use qwen3:0.6b regardless of if the
major_versionis needed by the LLM when answering the question.Notes:
major_versionrequires a larger model in spring-ai is likely due to how the tool requests are translated in to a chat completion schema. I've not looked carefully at why and it is possible a tweak could be made to spring-ai to prevent needing a larger model here. This edge case is not new and also qwen2.5:3b was needed before while now we can get by with qwen3:1.7b