SOTAVerified

Achieving Tool Calling Functionality in LLMs Using Only Prompt Engineering Without Fine-Tuning

2024-07-06Unverified0· sign in to hype

Shengtao He

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

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%.

Tasks

Reproductions