View Source OpenAi.Chat.Completion.PredictionContent (OpenAI REST API Client v1.0.0)

Provides struct and type for a Chat.Completion.PredictionContent

Summary

Types

@type t() :: %OpenAi.Chat.Completion.PredictionContent{
  content: String.t() | [map()],
  type: String.t()
}