You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created the outlook api using the cookbook and the microsoft graph api. It is working in that it can read and return information, but almost every query returns a message that the result is too large. Attempts to filter the results by specifying a date or limiting the number of emails to return (5 for example) usually will give the same error. I had gpt modify the api to limit what is returned in terms of characters for body/subject, etc, but still get same "response too large" error on most questions. It also returns incorrect information most of the time. e.g. if you ask it to return your calendar for today it will return tomorrows and usually will not be a complete list.
Any ideas on how to tune this so it returns usable info would be appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
I created the outlook api using the cookbook and the microsoft graph api. It is working in that it can read and return information, but almost every query returns a message that the result is too large. Attempts to filter the results by specifying a date or limiting the number of emails to return (5 for example) usually will give the same error. I had gpt modify the api to limit what is returned in terms of characters for body/subject, etc, but still get same "response too large" error on most questions. It also returns incorrect information most of the time. e.g. if you ask it to return your calendar for today it will return tomorrows and usually will not be a complete list.
Any ideas on how to tune this so it returns usable info would be appreciated. Thank you.
The text was updated successfully, but these errors were encountered: