PHP 8.2.31
Preview: MessagePartChannelEnum.php Size: 692 B
/home/nshryvcy/blissfulnepal.com/wp-includes/php-ai-client/src/Messages/Enums/MessagePartChannelEnum.php

<?php

declare (strict_types=1);
namespace WordPress\AiClient\Messages\Enums;

use WordPress\AiClient\Common\AbstractEnum;
/**
 * Enum for message part channels.
 *
 * @since 0.1.0
 *
 * @method static self content() Creates an instance for CONTENT channel.
 * @method static self thought() Creates an instance for THOUGHT channel.
 * @method bool isContent() Checks if the channel is CONTENT.
 * @method bool isThought() Checks if the channel is THOUGHT.
 */
class MessagePartChannelEnum extends AbstractEnum
{
    /**
     * Regular (primary) content.
     */
    public const CONTENT = 'content';
    /**
     * Model thinking or reasoning.
     */
    public const THOUGHT = 'thought';
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
692 B lrw-r--r-- 2026-05-21 08:23:01
Edit Download
1.12 KB lrw-r--r-- 2026-05-21 08:23:01
Edit Download
676 B lrw-r--r-- 2026-05-21 08:23:01
Edit Download
1.26 KB lrw-r--r-- 2026-05-21 08:23:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).