View Source ExOpenAI.Components.ModifyRunRequest (ex_openai.ex v2.0.0-beta)

Module for representing the OpenAI schema ModifyRunRequest.

Fields

  • :metadata - optional - any()

Summary

Types

@type t() :: %ExOpenAI.Components.ModifyRunRequest{
  metadata: ExOpenAI.Components.Metadata.t() | nil
}