anchor

abstract fun anchor(value: Uri, title: String = definedExternally)(source)

Push an anchor part to this stream. Short-hand for push(new ChatResponseAnchorPart(value, title)). An anchor is an inline reference to some type of resource.

Parameters

value

A uri or location.

title

An optional title that is rendered with value.

Online Documentation


abstract fun anchor(value: Location, title: String = definedExternally)(source)