This seems like an easy, no brainer but it's not something I've had to do before. All I need to do is return a list of documents within a collection that match the query. I don't need the AI to analyze or think, just return a list of documents and it needs to be only within the collection. The documentation said I could use app:collection
but didn't say how to specify the collection and my tests with that indicated that it was only useful for finding collections.
I'm sure this is simple and I'll feel stupid when I see the answer.