View Source TextGenerationInference.GenerateResponse (text_generation_inference v0.1.2)

Provides struct and type for GenerateResponse

Link to this section Summary

Link to this section Types

@type t() :: %TextGenerationInference.GenerateResponse{
  details: map() | nil,
  generated_text: String.t()
}