Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.3 KB

File metadata and controls

15 lines (12 loc) · 1.3 KB

# ConversationVirtualAgentCapabilityCustomCollection

Properties

Name Type Description Notes
ai_description string Merchant authored description of what is in this collection, which is what the agent sees when deciding whether to search it [optional]
ai_enabled bool True if this collection has been enabled for AI access in its own configuration. A collection that is not enabled cannot be searched even if it is selected here. [optional]
collection_name string Merchant assigned name of the collection [optional]
error_message string Error from the last build, if it failed. A collection with an error will return nothing to the agent, so this is worth surfacing next to the selection. [optional]
last_update_dts string Date/time the collection was last rebuilt from the merchant's BigQuery query [optional]
record_count int Number of records loaded on the last build [optional]
typesense_custom_collection_oid int The identifier to place in custom_collection_oids to grant the agent access to this collection [optional]

[Back to Model list] [Back to API list] [Back to README]