Skip to content

Commit 82004dc

Browse files
Merge pull request #571 from telerik/AnnaVel-patch-3
Update partial-context-question-processor.md
2 parents 19028b7 + 173b1cb commit 82004dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/radpdfprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The **PartialContextQuestionProcessor** is ideal for the following scenarios:
4848
|**Settings**|Property|Gets the **PartialContextProcessorSettings** for configuring the AI process|
4949
|**AnswerQuestion(string question)**|Method|Returns an answer to the question using relevant document context|
5050

51+
>caution **Security Warning:** The output produced by this API is generated by a Large Language Model (LLM). As such, the content should be considered untrusted and may include unexpected or unsafe data. It is strongly recommended to properly sanitize or encode all output before displaying it in a user interface, logging, or using it in any security-sensitive context.
52+
5153
### PartialContextProcessorSettings
5254

5355
The settings class provides configuration options for the question-answering process:

0 commit comments

Comments
 (0)