File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/Libraries/Microsoft.Extensions.AI.Abstractions/ChatCompletion Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ namespace Microsoft.Extensions.AI;
11
11
/// <summary>Represents a chat client.</summary>
12
12
/// <remarks>
13
13
/// <para>
14
+ /// Applications must consider risks such as prompt injection attacks, data sizes, and the number of messages
15
+ /// sent to the underlying provider or returned from it. Unless a specific <see cref="IChatClient"/> implementation
16
+ /// explicitly documents safeguards for these concerns, the application is expected to implement appropriate protections.
17
+ /// </para>
18
+ /// <para>
14
19
/// Unless otherwise specified, all members of <see cref="IChatClient"/> are thread-safe for concurrent use.
15
20
/// It is expected that all implementations of <see cref="IChatClient"/> support being used by multiple requests concurrently.
16
21
/// Instances must not be disposed of while the instance is still in use.
You can’t perform that action at this time.
0 commit comments