View Source ExOpenAI.Components.CodeInterpreterTool (ex_openai.ex v1.8.0)
Schema representing a CodeInterpreterTool within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.CodeInterpreterTool{ file_ids: [String.t()], type: :code_interpreter }