Table of Contents

Class XAIChatCompletion

Namespace
Glitch9.AIDevKit.xAI
public class XAIChatCompletion : ChatCompletion, IGeneratedOutput, IStreamEvent, IChatCompletionEvent, ITextStreamEvent
Inheritance
object
XAIChatCompletion
Implements
IStreamEvent
ITextStreamEvent
Inherited Members
Extension Methods

Properties

Citations

List of all the external pages used by the model to answer.

public List<string> Citations { get; set; }

Property Value

List<string>

DebugOutput

Debug output. Only available to trusted testers.

public DebugOutput DebugOutput { get; set; }

Property Value

DebugOutput

Methods

ToChatCompletionEvent(string)

public ChatCompletion ToChatCompletionEvent(string modelId)

Parameters

modelId string

Returns

ChatCompletion