filetree

abstract fun filetree(value: ReadonlyArray<ChatResponseFileTree>, baseUri: Uri)(source)

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

Parameters

value

File tree data.

baseUri

The base uri to which this file tree is relative.

Online Documentation