View Source ExOpenAI.Components.TruncationObject (ex_openai.ex v1.7.0)
Schema representing a TruncationObject within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.TruncationObject{ last_messages: integer() | nil, type: :last_messages | :auto }