View Source ExOpenAI.Components.CreateRunRequest (ex_openai.ex v1.5.1)

Schema representing a CreateRunRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateRunRequest{
  assistant_id: String.t(),
  instructions: String.t() | nil,
  metadata: map() | nil,
  model: String.t() | nil,
  tools: [map()] | nil
}