Table of Contents

Class LLM<TMessage>.CompletionChunk

Namespace
Prefrontal.Modules.Chat
Assembly
Prefrontal.Modules.dll
public record LLM<TMessage>.CompletionChunk : IEquatable<LLM<TMessage>.CompletionChunk>
Inheritance
LLM<TMessage>.CompletionChunk
Implements
Inherited Members
Extension Methods

Constructors

CompletionChunk(string, long, string, ImmutableList<Choice>)

public CompletionChunk(string ID, long Created, string Model, ImmutableList<LLM<TMessage>.CompletionChunk.Choice> Choices)

Parameters

ID string
Created long
Model string
Choices ImmutableList<LLM<TMessage>.CompletionChunk.Choice>

Properties

Choices

public ImmutableList<LLM<TMessage>.CompletionChunk.Choice> Choices { get; init; }

Property Value

ImmutableList<LLM<TMessage>.CompletionChunk.Choice>

Created

public long Created { get; init; }

Property Value

long

ID

public string ID { get; init; }

Property Value

string

Model

public string Model { get; init; }

Property Value

string