Skip to main content

QGPTStreamOutput

Properties

NameTypeDescriptionNotes
requestStringThis is the id used to represent the stream of response. this will always be present. We will use the value passed inby the client, or we will generate one.[optional]
relevanceQGPTRelevanceOutput[optional]
questionQGPTQuestionOutput[optional]
statusQGPTStreamEnum[optional]
conversationStringThis 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)
statusCodenumThis will be provided[optional]
errorMessageStringoptional error message is the status code is NOT 200[optional]
agentRoutesQGPTAgentRoutes[optional]