View Source TextGenerationInference.StreamResponse (text_generation_inference v0.1.2)
Provides struct and type for StreamResponse
Link to this section Summary
Link to this section Types
@type t() :: %TextGenerationInference.StreamResponse{ details: map() | nil, generated_text: String.t() | nil, token: TextGenerationInference.Token.t() }