Table of Contents

Class ChatSummary

public class ChatSummary
Inheritance
object
ChatSummary

Properties

Text

Summary of the chat session. This is a brief overview of the conversation, including key points and topics discussed.

public string Text { get; set; }

Property Value

string

UpdatedAt

Time when the summary was last updated.

public UnixTime UpdatedAt { get; set; }

Property Value

UnixTime

Operators

implicit operator string(ChatSummary)

public static implicit operator string(ChatSummary summary)

Parameters

summary ChatSummary

Returns

string

implicit operator ChatSummary(string)

public static implicit operator ChatSummary(string summary)

Parameters

summary string

Returns

ChatSummary