Class XAIChatCompletion
Inheritance
XAIChatCompletion
Inherited Members
Namespace: Glitch9.AIDevKit.xAI
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public sealed class XAIChatCompletion : ChatCompletion
Properties
| Edit this page View SourceCitations
List of all the external pages used by the model to answer.
Declaration
[JsonProperty("citations")]
public List<string> Citations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
DebugOutput
Debug output. Only available to trusted testers.
Declaration
[JsonProperty("debug_output")]
public DebugOutput DebugOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| DebugOutput |