Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.69 KB

File metadata and controls

15 lines (12 loc) · 4.69 KB

GeneratedQna

Fields

Field Type Required Description
question Optional[str] Search query rephrased into a question.
answer Optional[str] Answer generated for the given query or the generated question.
follow_up_prompts List[str] List of all follow-up prompts generated for the given query or the generated question.
followup_actions List[models.FollowupAction] List of follow-up actions generated for the given query or the generated question.
ranges List[models.TextRange] Answer subsections to mark with special formatting (citations, bolding etc)
status Optional[models.GeneratedQnaStatus] Status of backend generating the answer
cursor Optional[str] An opaque cursor representing the search request
tracking_token Optional[str] An opaque token that represents this particular result in this particular query. To be used for /feedback reporting.