ResearchFeedbackRequest
Request object for submitting feedback for the response from the research agent.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| interactionId | True | String | The interaction ID of the research response to submit the feedback for. This needs to be the value of the interactionId field from the target research API response. |
| query | False | String | The query text of the research interaction. |
| answerFeedback | True | List[ResearchAnswerFeedback] | The actual feedback for the generated answer. |