gcoai_capture_assistants_enabled

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Filter whether GC OpenAI captures Assistant configurations from OpenAI. Configurations are captured so feeds and fields can be migrated to the Responses API after OpenAI shuts the Assistants API down on August 26th, 2026.

Usage

Applied globally

add_filter( 'gcoai_capture_assistants_enabled', 'my_custom_function' );

Parameters

$is_enabled bool

Whether Assistant configurations should be captured.

Since

  • 1.0.7 Hook added.