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
Contextlong[]
Properties
Context
public long[] Context { get; init; }
Property Value
- long[]