IndexContextInfo

IndexContextInfo
IndexContextInfo

Context provided by an index as used by an agent.

JSON Example
{
    "text": "string",
    "metadata": {
        "document_id": "string",
        "score": "number",
        "origin_name": "string",
        "origin_ref": "string"
    }
}
string
text
Required

Text of the context.

metadata
Required

Metadata of the context provided by an index as used by an agent.