Skip to content

MEAI docs: GetResponseAsync/GetStreamingResponseAsync #6245

@SteveSandersonMS

Description

@SteveSandersonMS

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 libraries

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions