FileFormatLimits

data class FileFormatLimits(val fileCountLimit: Int = 200, val fileSizeLimit: Long)

Limits for file formats when reading files from a cloned repository.

Parameters

fileCountLimit

Limit of the number of files that will allow a PromptContributor to be returned.

fileSizeLimit

Limit of the size of file that will be included in the prompt contribution.

Constructors

Link copied to clipboard
constructor(fileCountLimit: Int = 200, fileSizeLimit: Long)

Properties

Link copied to clipboard
val fileCountLimit: Int = 200
Link copied to clipboard