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.
ReasoningItemStatusUnion type definition
models.ReasoningItemStatusCompleted
const value: models.ReasoningItemStatusCompleted = "completed";
models.ReasoningItemStatusIncomplete
const value: models.ReasoningItemStatusIncomplete = "incomplete";
models.ReasoningItemStatusInProgress
const value: models.ReasoningItemStatusInProgress = "in_progress";