Skip to main content

QGPTStreamOutput

This is the out for the /qgpt/stream endpoint. 200: success 401: invalid authentication/api key 429: Rate limit/Quota exceeded 500: server had an error 503: the engine is currently overloaded

Properties

NameTypeDescriptionNotes
requeststrThis 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]
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)
status_codefloatThis will be provided[optional]
error_messagestroptional error message is the status code is NOT 200[optional]
agent_routesQGPTAgentRoutes[optional]