View Source OpenAi.Eval.Jsonl.File.ContentSource (OpenAI REST API Client v1.0.0)

Provides struct and type for a Eval.Jsonl.File.ContentSource

Summary

Types

@type t() :: %OpenAi.Eval.Jsonl.File.ContentSource{
  content: [OpenAi.Eval.Jsonl.File.ContentSource.Content.t()],
  type: String.t()
}