Current section

Files

Jump to
ex_openai lib ex_openai generated components transcription_include.ex
Raw

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