Enum GenieNode_TextOutput_SentenceCode_t¶
Defined in File GenieNode.h
Enum Documentation¶
-
enum GenieNode_TextOutput_SentenceCode_t¶
An enum which defines the node sentence code.
Values:
-
enumerator GENIE_NODE_SENTENCE_COMPLETE = 0¶
The string is the entire query/response.
-
enumerator GENIE_NODE_SENTENCE_BEGIN = 1¶
The string is the beginning of the query/response.
-
enumerator GENIE_NODE_SENTENCE_CONTINUE = 2¶
The string is a part of the query/response and not the beginning or end.
-
enumerator GENIE_NODE_SENTENCE_END = 3¶
The string is the end of the query/response.
-
enumerator GENIE_NODE_SENTENCE_ABORT = 4¶
The query has been aborted.
-
enumerator GENIE_NODE_SENTENCE_REWIND = 5¶
Rewind the KV cache as per prefix query match before processing the query.
-
enumerator GENIE_NODE_SENTENCE_COMPLETE = 0¶