Summarize

@Serializable
data class Summarize(val filePath: String, val startLine: Int, val endLine: Int, val prompt: String? = null) : ReadArgs(source)

Constructors

Link copied to clipboard
constructor(filePath: String, startLine: Int, endLine: Int, prompt: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard