Current section
Files
Jump to
Current section
Files
lib/ex_openai/generated/components/transcription_include.ex
defmodule ExOpenAI.Components.TranscriptionInclude do
use ExOpenAI.Jason
@moduledoc """
Module for representing the OpenAI schema TranscriptionInclude.
## Type
`:logprobs`
## Allowed Values
`"logprobs"`
"""
@type t() :: :logprobs
end