Skip to content
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

[WIP] feat: Enable native tool calling for Granite #364

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

planetf1
Copy link
Contributor

@planetf1 planetf1 commented Feb 21, 2025

Important

DO NOT MERGE : This incomplete, and will be refactored/completed once other changes including to parser & retry are completed

Which issue(s) does this pull-request address?

Closes: #333

Description

Adds support for native tool calling when using Granite

Checklist

  • I have read the contributor guide
  • I have signed off on my commit
  • Linting passes: yarn lint or yarn lint:fix
  • Formatting is applied: yarn format or yarn format:fix
  • Unit tests pass: yarn test:unit
  • E2E tests pass: yarn test:e2e
  • Tests are included
  • Documentation is changed or added
  • Commit messages and PR title follow conventional commits

@vabarbosa vabarbosa added the python Python related functionality label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement native tool calling for granite runner
2 participants