View Source ExOpenAI.Components.AudioResponseFormat (ex_openai.ex v1.8.0)

Schema representing a AudioResponseFormat within the OpenAI API

            Use any of these components: {:enum, [:json, :text, :srt, :verbose_json, :vtt]}

Summary

Types

@type t() :: :vtt | :verbose_json | :srt | :text | :json