IntelligenceX

API Reference

Class

TreatmentOutputSchema

Namespace IntelligenceX.Treatment
Assembly IntelligenceX
Modifiers sealed

Describes a structured output contract expected from the provider.

Inheritance

  • Object
  • TreatmentOutputSchema

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public TreatmentOutputSchema() #

Properties

public String Contract { get; set; } #

Contract name or version.

public JsonObject JsonSchema { get; set; } #

JSON schema for the expected output.

public JsonObject ExampleJson { get; set; } #

Example JSON for providers that do not support strict schema mode.

public Boolean Strict { get; set; } #

Whether the provider should treat the schema as strict when possible.