Class ConversationSummary
Inheritance
ConversationSummary
Assembly: Glitch9.AIDevKit.dll
Syntax
[JsonObject]
public class ConversationSummary
Properties
|
Edit this page
View Source
Text
Summary of the chat session.
This is a brief overview of the conversation, including key points and topics discussed.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Time when the summary was last updated.
Declaration
[JsonProperty("updated_at")]
public UnixTime UpdatedAt { get; set; }
Property Value
Operators
|
Edit this page
View Source
implicit operator string(ConversationSummary)
Declaration
public static implicit operator string(ConversationSummary summary)
Parameters
Returns
|
Edit this page
View Source
implicit operator ConversationSummary(string)
Declaration
public static implicit operator ConversationSummary(string summary)
Parameters
| Type |
Name |
Description |
| string |
summary |
|
Returns
Extension Methods