markdown

abstract fun markdown(value: JsAny)(source)

Push a markdown part to this stream. Short-hand for push(new ChatResponseMarkdownPart(value)).

Parameters

value

A markdown string or a string that should be interpreted as markdown. The boolean form of MarkdownString.isTrusted is NOT supported.

Online Documentation

See also