-
Notifications
You must be signed in to change notification settings - Fork 99
Update Inference specification for Mistral's completion and chat completion tasks #4464
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
Update Inference specification for Mistral's completion and chat completion tasks #4464
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
…completion-integration
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
…completion-integration # Conflicts: # output/openapi/elasticsearch-openapi.json # output/openapi/elasticsearch-serverless-openapi.json
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-4464-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 42b4977cc6da79af2fa62695e2df5da9455774aa
# Push it to GitHub
git push --set-upstream origin backport-4464-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19 Then, create a pull request where the |
…letion tasks (#4464) * Enhance Mistral integration: update model documentation and expand task types * Enhance Mistral integration: update task types and improve documentation * Update json schema --------- Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 42b4977)
…on and chat completion tasks (#4496) * Update Inference specification for Mistral's completion and chat completion tasks (#4464) * Enhance Mistral integration: update model documentation and expand task types * Enhance Mistral integration: update task types and improve documentation * Update json schema --------- Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 42b4977) * Remove unwanted changes related to TaskType
This PR is for changes to specification caused by elastic/elasticsearch#128538:
Extended Task Support:
Additional actions