I am trying to query a firestore database through chatgpt. I always receive an error statement:
"400 Invalid schema for function 'firestore-Collection-Query': In context=('properties', 'orderBy'), array schema missing items"
My chatgpt instructions include: "When you are given tools to use, you must use them following the guidelines for each tool.
Guidelines:
1. When you start the conversation, you must use the 'firestore-collection-query' tool to retrieve relevant keywords."
The firebase node works if not used in context of the chatgpt query...
Thanks!