FileFormatLimits

constructor(fileCountLimit: Int = 200, fileSizeLimit: Long)

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.