-
Notifications
You must be signed in to change notification settings - Fork 835
Labels
area-aiMicrosoft.Extensions.AI librariesMicrosoft.Extensions.AI libraries
Description
An outcome from the TM review.
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
Metadata
Metadata
Assignees
Labels
area-aiMicrosoft.Extensions.AI librariesMicrosoft.Extensions.AI libraries