QGPTStreamInput
This is the input for the /qgpt/stream endpoint.
Properties​
Name | Type | Description | Notes |
---|---|---|---|
relevance | QGPTRelevanceInput | [optional] | |
question | QGPTQuestionInput | [optional] | |
request | str | This is an optional Id you can use to identify the result from your request. | [optional] |
conversation | str | This 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] |
stop | bool | This will stop the output of the current LLM | [optional] |
reset | bool | This will fully reset all current Activity within the QGPT stream Flows. | [optional] |
agent | bool | This 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] |