IntelligenceX

API Reference

Class

TreatmentPromptBuildOptions

Namespace IntelligenceX.Treatment
Assembly IntelligenceX
Modifiers sealed

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

Constructors

public TreatmentPromptBuildOptions() #

Initializes default prompt build options.

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.