Enum GenieDialog_SentenceCode_t¶
Defined in File GenieDialog.h
Enum Documentation¶
-
enum GenieDialog_SentenceCode_t¶
An enum which defines the dialog sentence code.
Values:
-
enumerator GENIE_DIALOG_SENTENCE_COMPLETE = 0¶
The string is the entire query/response.
-
enumerator GENIE_DIALOG_SENTENCE_BEGIN = 1¶
The string is the beginning of the query/response.
-
enumerator GENIE_DIALOG_SENTENCE_CONTINUE = 2¶
The string is a part of the query/response and not the beginning or end.
-
enumerator GENIE_DIALOG_SENTENCE_END = 3¶
The string is the end of the query/response or when the context limit has been exceeded.
-
enumerator GENIE_DIALOG_SENTENCE_ABORT = 4¶
The query has been aborted.
-
enumerator GENIE_DIALOG_SENTENCE_REWIND = 5¶
Rewind the KV cache as per prefix query match before processing the query.
-
enumerator GENIE_DIALOG_SENTENCE_RESUME = 6¶
A paused query has resumed.
-
enumerator GENIE_DIALOG_SENTENCE_COMPLETE = 0¶