Table of Contents

Class ChatSummary

public class ChatSummary
Inheritance
object
ChatSummary

Properties

LastUpdatedAt

Time when the summary was last updated.

public UnixTime LastUpdatedAt { get; set; }

Property Value

UnixTime

Summary

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

public string Summary { get; set; }

Property Value

string

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