Table of Contents

Class TextContentPart

Namespace
Glitch9.AIDevKit
public class TextContentPart : ChatContentPart
Inheritance
object
TextContentPart
Inherited Members

Constructors

TextContentPart()

public TextContentPart()

TextContentPart(string)

public TextContentPart(string text)

Parameters

text string

Fields

Text

public TextContentData Text

Field Value

TextContentData

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.