{
"text": "text",
"json": {},
"question": "text",
"chatId": "text",
"chatMessageId": "text",
"sessionId": "text",
"memoryType": "text",
"sourceDocuments": [
{
"pageContent": "This is the content of the page.",
"metadata": {
"author": "John Doe",
"date": "2024-08-24"
}
}
],
"usedTools": [
{
"tool": "Name of the tool",
"toolInput": {
"input": "search query"
},
"toolOutput": "text"
}
],
"fileAnnotations": [
{
"filePath": "path/to/file",
"fileName": "file.txt"
}
]
}