Which technique enables LLMs to generate structured outputs like JSON from natural language?
- Function Calling
- Structured Output Parsing
- Both A and B
- Neither
Answer: Both A and B
Structured output: function calling defines schemas for LLM responses, parsing libraries validate/extract structured data. Critical for integrating LLMs with APIs and databases.