ChatOptions
Overview
ChatOptions is a type in Aspose.PDF FOSS for Go.
ChatOptions configures a ChatCopilot.
Properties: Document, Documents, MaxContextRunes, SystemPrompt, Temperature, Texts.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Document | *pdf.Document | Read/Write | Gets the document. |
Documents | []*pdf.Document | Read/Write | Gets the documents. |
Texts | []string | Read/Write | Gets the texts. |
SystemPrompt | string | Read/Write | Gets the system prompt. |
MaxContextRunes | int | Read/Write | Gets the max context runes. |
Temperature | *float64 | Read/Write | Gets the temperature. |