-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
Could you add support for function calling supported in llama.cpp ?
Currently it is not supported.
ik_llama.cpp/examples/server/utils.hpp
Line 394 in 36e6e88
static const std::vector<std::string> unsupported_params { "tools", "tool_choice" };
Motivation
Tool calling will enable agent scenarios.
Possible Implementation
atelepov, Panchovix, ethernidee, aviallon, FabianHellerViseca and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed