Large Language Models
163 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
Next Token Prediction
Core LLM objective predicting the next token from context
Grounded Generation
Generating outputs faithful to provided source documents
Prompt Template
Reusable structured format with dynamic input placeholders
Attention Head
Individual attention mechanism learning specific patterns
Scaling Laws
Relationships between model size, data, compute, and performance
Top-K Sampling
Generation strategy considering top k most probable tokens