AI/ML
Structured Output
Também chamado de:JSON ModeConstrained Decoding
📖O que é
An LLM capability that constrains model output to conform to a predefined schema, typically JSON or XML, enabling reliable programmatic consumption of responses. Supported natively by OpenAI, Anthropic, and others via API parameters that enforce valid JSON matching a JSON Schema. Research shows strict format constraints can degrade reasoning quality, so a best practice is to include a 'reasoning' field before answer fields in the schema.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Tool Use (Function Calling)AI/ML
An LLM capability where the model generates structured calls to external tools/functions r…
Ver termo →LLM (Modelo de Linguagem Grande)AI/ML
A neural network trained on vast text corpora to understand and generate human language. L…
Ver termo →Chain-of-Thought (CoT)AI/ML
A prompting technique or model-native capability where the LLM produces intermediate reaso…
Ver termo →