章节 01
Call-Me-Maybe: Core Insights on Reliable Function Calls for Small Models via Constrained Decoding
This post introduces the open-source project Call-Me-Maybe, which addresses the key challenge of reliable function calls in LLMs. By leveraging constrained decoding technology, it ensures strict compliance with predefined function signatures, enabling high-reliability structured outputs even on small models (e.g., 0.5B parameters). The project solves common issues like inconsistent formats, missing parameters, and type errors in function calls.