Table of Contents

Class ConversationContext

Namespace
OllamaSharp
Assembly
OllamaSharp.dll

Represents a conversation context containing context data.

public record ConversationContext : IEquatable<ConversationContext>
Inheritance
ConversationContext
Implements
Inherited Members

Constructors

ConversationContext(long[])

Represents a conversation context containing context data.

public ConversationContext(long[] Context)

Parameters

Context long[]

Properties

Context

public long[] Context { get; init; }

Property Value

long[]