Row specifier in Glide AI "Answer question about table"

Hi Gliders,

I was wondering what exactly the “row specifier” does in Glides “Answer question about table” and how it works.
Specifically I was wondering if it is more like an “includes” condition or more like a “first match” condition.

  • If I insert “xyz” as the row specifier, do all rows that include that specifier in any cell get pushed to the API or just the first one that matches?

Thanks for your help :slight_smile:

Best,
Rafi

Good question. Might be one for @Jeremy .

If Glide is pulling only one row that is “most related” to your question, then I would think the row specifier will be that row Glide uses to answer your question.

If they use multiple rows, then your statement might be correct, as they don’t specifically say it has to be a rowID. It can be anything. Just guesses.

1 Like

The row specifier is the thing it matches against. If it’s not specified, the question will be what it finds the best match for. I think of it as a query if the user’s question value is not really the right thing to find the best match.

2 Likes