Skip to main content
Version: Latest

GenSearchResponseMarkdownAppend

description

Delta event to append a chunk of markdown content to the response stream.

The value of the markdown append event will be appended to the current response.

type GenSearchResponseMarkdownAppend {
value: String!
}

Fields

GenSearchResponseMarkdownAppend.value ● String! non-null scalar graph-ql-types

Markdown text chunk to append to the current response. @exposed

Implemented By

GenSearchResponseDelta union