LLMMessageDiagnosticSettingsResponse

data class LLMMessageDiagnosticSettingsResponse(val maxSizeInBytes: Int? = null, val messages: String? = null)

Diagnostic settings for Large Language Models Messages

Constructors

Link copied to clipboard
constructor(maxSizeInBytes: Int? = null, messages: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxSizeInBytes: Int? = null

Maximum size of message to logs in bytes. The default size is 32KB.

Link copied to clipboard
val messages: String? = null

Specifies which message should be logged. Currently there is only 'all' option.