SearchEngineCommonConfig

data class SearchEngineCommonConfig(val companyName: String? = null)

Constructors

Link copied to clipboard
constructor(companyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val companyName: String? = null

The name of the company, business or entity that is associated with the engine. Setting this may help improve LLM related features.cd