View Source OpenAi.Eval.Run.OutputItem.Sample.Output (OpenAI REST API Client v1.0.0)

Provides struct and type for a Eval.Run.OutputItem.Sample.Output

Summary

Types

@type t() :: %OpenAi.Eval.Run.OutputItem.Sample.Output{
  content: String.t() | nil,
  role: String.t() | nil
}