Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 914 Bytes

QGPTHintsInput.md

File metadata and controls

15 lines (11 loc) · 914 Bytes

Pieces.Os.Core.SdkModel.QGPTHintsInput

Query is your hints question. Relevant is the relevant snippets. Answer is the previous answer.(that we are asking a hint up for.) Query and Answer are both optional here because, you may pass over relevant snippets over ahead of hand if you already have them to answer your questions.

Properties

Name Type Description Notes
Query string [optional]
Answer QGPTQuestionAnswer [optional]
Relevant RelevantQGPTSeeds
Application string optional application id [optional]
Model string optional model id [optional]

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