ART Framework API Docs
    Preparing search index...

    Class OpenAIAdapter

    Implements the ProviderAdapter interface for interacting with OpenAI's Responses API (supports reasoning models like GPT-5 family and other models).

    Handles formatting requests, parsing responses, streaming, reasoning token detection, and tool use. Uses the official OpenAI SDK with the new Responses API for full reasoning model support.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    providerName: "openai" = 'openai'

    The unique identifier name for this provider (e.g., 'openai', 'anthropic').

    Methods