For the complete documentation index, see llms.txt. This page is also available as Markdown.

TextObject

Inherits from PlainTextOnlyTextObject

PlainTextOnlyTextObject

markdown

Sets the type for this TextObject to markdown.

Name
Type
Required
Default
Description

No arguments

Return: The TextObject instance.

verbatim

Indicate that URLs, conversation names and certain mentions should not be auto-linked. Only applicable for markdown text objects.

Name
Type
Required
Default
Description

No arguments

Return: The TextObject instance.

Last updated