Skip to main content

QGPTStreamInput

This is the input for the /qgpt/stream endpoint.

Properties​

NameTypeDescriptionNotes
relevanceQGPTRelevanceInput[optional]
questionQGPTQuestionInput[optional]
requeststrThis is an optional Id you can use to identify the result from your request.[optional]
conversationstrThis 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]
stopboolThis will stop the output of the current LLM[optional]
resetboolThis will fully reset all current Activity within the QGPT stream Flows.[optional]
agentboolThis 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]