Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
ReasoningDetailUnion type definition
models.ReasoningDetailEncrypted
const value: models.ReasoningDetailEncrypted = { data: "<value>", type: "reasoning.encrypted", };
models.ReasoningDetailSummary
const value: models.ReasoningDetailSummary = { summary: "The model analyzed the problem by first identifying key constraints, then evaluating possible solutions...", type: "reasoning.summary", };
models.ReasoningDetailText
const value: models.ReasoningDetailText = { type: "reasoning.text", };