progress

abstract fun progress(value: String)(source)

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

Parameters

value

A progress message

Online Documentation