View Source ExOpenAI.Components.Includable (ex_openai.ex v1.8.0)
Schema representing a Includable within the OpenAI API
Use any of these components: {:enum, [:"file_search_call.results", :"message.input_image.image_url", :"computer_call_output.output.image_url"]}
Summary
Types
@type t() ::
:"computer_call_output.output.image_url"
| :"message.input_image.image_url"
| :"file_search_call.results"