LlmInputHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts AnalysisResult objects into LLM-friendly text.
public static class LlmInputHelper
type LlmInputHelper = class
Public Module LlmInputHelper
- Inheritance
-
LlmInputHelper
Methods
| Name | Description |
|---|---|
| ToLlmInput(AnalysisResult, IDictionary<String,Object>, LlmInputOptions) |
Converts a Content Understanding analysis result into LLM-friendly text. Produces a YAML front matter block followed by markdown body, suitable for injecting into an LLM prompt, storing in a vector database, or passing as tool output.
The YAML front matter (delimited by
The markdown body contains the extracted text with page-break markers
( |