Achieving Tool Calling Functionality In Llms Using Only Prompt Engineering Without Fine-tuning · The Large Language Model Bible Contribute to LLM-Bible

Achieving Tool Calling Functionality In Llms Using Only Prompt Engineering Without Fine-tuning

He Shengtao. Arxiv 2024

[Paper]    
Fine Tuning Pretraining Methods Prompting Reinforcement Learning Training Techniques

Currently, the vast majority of locally deployed open-source large language models (LLMs) and some commercial model interfaces do not support stable tool calling functionality. The existing solution involves fine-tuning LLMs, which results in significant time and computational resource consumption. This paper proposes a method that enables LLMs to achieve stable tool calling capabilities using only prompt engineering and some ingenious code design. We conducted experiments on multiple LLMs that lack tool calling capabilities across various tool calling tasks, achieving a success rate of 100%.

Similar Work