Table of Contents

Class ConversationTurn

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.Abstractions.dll
public class ConversationTurn
Inheritance
ConversationTurn
Inherited Members

Constructors

ConversationTurn(string, string)

public ConversationTurn(string role, string content)

Parameters

role string
content string

Properties

Content

public string Content { get; }

Property Value

string

Role

public string Role { get; }

Property Value

string