Table of Contents

Class SupportedClient

Namespace
Glitch9.AIDevKit.xAI
public class SupportedClient
Inheritance
object
SupportedClient

Properties

ClientName

Required. Short ID-like string describing this client in the API.

public string ClientName { get; set; }

Property Value

string

Description

Required. Human readable description for this type of client.

public string Description { get; set; }

Property Value

string