View Source OpenAi.Response.Reasoning.Item.Summary (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.Reasoning.Item.Summary

Summary

Types

@type t() :: %OpenAi.Response.Reasoning.Item.Summary{
  text: String.t(),
  type: String.t()
}