// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. /** * A summary of the reasoning performed by the model. This can be useful for * debugging and understanding the model's reasoning process. * See https://platform.openai.com/docs/guides/reasoning?api-mode=responses#reasoning-summaries */ export type ReasoningSummary = "auto" | "concise" | "detailed" | "none";