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
The docs for GetResponseAsync/GetStreamingResponseAsync should be clear that:
We are just passing through any messages and returning whatever results come back.
MEAI doesn't do any defence against prompt injection; it's up to application code to do that
MEAI doesn't impose any limits on data sizes, either outbound or returned. Apps that need to limit this must do it themselves.
MEAI doesn't impose any limits on the number of calls (per user or in total, over any period of time) since it's stateless. Apps that need to impose limits (e.g., using rate limiting) must do it themselves