RetrievalResultContent
class RetrievalResultContent
Contains information about a chunk of text from a data source in the knowledge base. If the result is from a structured data source, the cell in the database and the type of the value is also identified.
This data type is used in the following API operations:
Retrieve response – in the
content
fieldRetrieveAndGenerate response – in the
content
fieldInvokeAgent response – in the
content
field
Types
Properties
Link copied to clipboard
A data URI with base64-encoded content from the data source. The URI is in the following format: returned in the following format: data:image/jpeg;base64,${base64-encoded string}
.
Link copied to clipboard
Specifies information about the rows with the cells to return in retrieval.
Link copied to clipboard
The type of content in the retrieval result.