Skip to main content

QGPTStreamInput

Properties​

NameTypeDescriptionNotes
relevanceQGPTRelevanceInput[optional]
questionQGPTQuestionInput[optional]
requestkotlin.StringThis is an optional Id you can use to identify the result from your request.[optional]
conversationkotlin.StringThis is the ID of a predefined persisted conversation, if this is not present we will create a new conversation for the input/output.(in the case of a question)[optional]
stopkotlin.BooleanThis will stop the output of the current LLM[optional]
resetkotlin.BooleanThis will fully reset all current Activity within the QGPT stream Flows.[optional]
agentkotlin.BooleanThis will let us know if we want to run the agent routing as well, this is default to true. However if set to false you will save on processing and you will recieve null for the agentRoutes class on the QGPTStreamOutput.[optional]