Hi Team,
I was trying the find the exact schema structure for data store responses. I have a data store that's been configured with FAQ and unstructured documents. By default, in the agent responses, we get "$request.knowledge.answers[0]". I logged the response structure for "$request.knowledge" and found response is something similar to below. I wanted to confirm with the documentation to ensure is that exactly same and what all other key value pairs exist. But I couldn't find the documentation for this schema. Can you please help ? Reason is, I found for FAQ documents => [details.response_reason=faq] and for Unstructured documents => [details.response_reason=normal_execution]. So I wanted to re-confirm this with the documentation, so I can do some transitions in my flow based on this values.
Schema