Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.15 KB

QGPTStreamInput.md

File metadata and controls

20 lines (15 loc) · 1.15 KB

core_openapi.model.QGPTStreamInput

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
relevance QGPTRelevanceInput [optional]
question QGPTQuestionInput [optional]
request String This is an optional Id you can use to identify the result from your request. [optional]
conversation String 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 [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]

[Back to Model list] [Back to API list] [Back to README]