Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Database Table

Resource Reference Grooper.GPT

Exposes a database table as a resource that an AI Assistant can use to answer questions or provide data-driven insights.

Remarks

A Database Table allows the AI Assistant to access structured data directly from a relational database table. By configuring this resource, you enable the assistant to query and retrieve information from the specified table, making it possible to answer questions, generate reports, or provide context-aware responses based on live data.

To use a Database Table, specify the Data Connection and the name of the table you wish to expose. The assistant will use this configuration to understand the available columns and their data types, and can leverage this information when constructing responses.

Use Cases:

  • Retrieve the latest order status for a customer by querying an 'Orders' table.
  • Generate a summary report of sales figures from a 'Sales' table for a given date range.
  • Answer questions such as "How many active users are there?" by referencing a 'Users' table.
  • Provide detailed information about a specific product by looking up its record in a 'Products' table.

These examples illustrate how a Database Table can empower the AI Assistant to deliver accurate, data-driven answers and insights based on the contents of your database.

Properties

NameTypeDescription

See Also

Notification