ChatEngineCommonConfigArgs

data class ChatEngineCommonConfigArgs(val companyName: Output<String>? = null) : ConvertibleToJava<ChatEngineCommonConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val companyName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ChatEngineCommonConfigArgs