GitHubRepository

data class GitHubRepository(val url: String, val description: String) : LlmReferenceProvider

Constructors

Link copied to clipboard
constructor(url: String, description: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
open override fun reference(): LlmReference