API Reference
Class
TreatmentPromptBuildOptions
Options used while building provider prompts.
Inheritance
- Object
- TreatmentPromptBuildOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method TreatmentPromptBuilder.Build
Constructors
public TreatmentPromptBuildOptions() #Initializes default prompt build options.
Inherited Methods
Properties
public String BaseDirectory { get; set; } #Base directory used to resolve relative local artifact paths.
public Boolean InlineLocalFiles { get; set; } #Whether text-like local artifact files should be inlined.
public Int32 MaxInlineFileCharacters { get; set; } #Maximum number of characters to inline per artifact file.