ChatOptions

Overview

ChatOptions is a type in Aspose.PDF FOSS for Go.

ChatOptions configures a ChatCopilot.

Properties: Document, Documents, MaxContextRunes, SystemPrompt, Temperature, Texts.

Properties

NameTypeAccessDescription
Document*pdf.DocumentRead/WriteGets the document.
Documents[]*pdf.DocumentRead/WriteGets the documents.
Texts[]stringRead/WriteGets the texts.
SystemPromptstringRead/WriteGets the system prompt.
MaxContextRunesintRead/WriteGets the max context runes.
Temperature*float64Read/WriteGets the temperature.

See Also