Summary

data class Summary(val summary: String) : HasContent

Summary of context for an operation, such as a document or a conversation.

Constructors

Link copied to clipboard
constructor(summary: String)

Properties

Link copied to clipboard
open override val content: String

Content associated with this object.

Link copied to clipboard