Large Language Models
29 views
Function Calling
Quick Definition
Structured mechanism for LLMs to generate API function calls
Full Definition
A structured mechanism where LLMs generate function calls with appropriate arguments.
Examples
OpenAI function calling, tool routing, API orchestration
Related Terms
tool-use
structured-output
More Large Language Models Terms
WordPiece
Subword tokenization splitting words into frequent units
DPO
Alignment method bypassing reward model for preference learning
GGUF
File format for LLMs optimized for local inference
Semantic Search
Search technique understanding meaning rather than keywords
Grounded Generation
Generating outputs faithful to provided source documents
Sliding Window Attention
Attention limiting tokens to nearby window only