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
stringCreated
longModel
stringChoices
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
ID
public string ID { get; init; }
Property Value
Model
public string Model { get; init; }