IntelligenceX

API Reference

Class

ChatResponseFormat

Namespace IntelligenceX.OpenAI.Chat
Assembly IntelligenceX
Modifiers sealed

Explicit structured-output request for transports supporting JSON Schema generation.

Inheritance

  • Object
  • ChatResponseFormat

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 ChatResponseFormat(String name, String jsonSchema, Boolean strict = true) #

Creates a schema request. Provider schema support must be qualified separately.

Parameters

name System.String requiredposition: 0
jsonSchema System.String requiredposition: 1
strict System.Boolean = true optionalposition: 2

Properties

public String Name { get; } #

Provider-safe schema identifier.

public String JsonSchema { get; } #

Immutable schema JSON. Local result validation remains the caller's responsibility.

public Boolean Strict { get; } #

Whether provider-enforced strict generation is requested.