Back to IssuesView on GitHub
#92
Easy
Bug: gpt-5-nano and gpt-5-mini missing OpenAIReasoningOptions in type definitions
Summary
The type definitions for OpenAI models `gpt-5-nano` and `gpt-5-mini` need to be updated to include the `reasoning` option, as specified in the OpenAI documentation. This involves modifying the model configuration types within the `@tanstack/ai-openai` package.
Skills Required
TypeScriptAPI Type Definitions