PHP 8.0.30
Preview: TextGenerationOperationModelInterface.php Size: 789 B
/proc/thread-self/cwd/wp/wp-includes/php-ai-client/src/Providers/Models/TextGeneration/Contracts/TextGenerationOperationModelInterface.php

<?php

declare (strict_types=1);
namespace WordPress\AiClient\Providers\Models\TextGeneration\Contracts;

use WordPress\AiClient\Messages\DTO\Message;
use WordPress\AiClient\Operations\DTO\GenerativeAiOperation;
/**
 * Interface for models that support asynchronous text generation operations.
 *
 * Provides methods for initiating long-running text generation tasks.
 *
 * @since 0.1.0
 */
interface TextGenerationOperationModelInterface
{
    /**
     * Creates a text generation operation.
     *
     * @since 0.1.0
     *
     * @param list<Message> $prompt Array of messages containing the text generation prompt.
     * @return GenerativeAiOperation The initiated text generation operation.
     */
    public function generateTextOperation(array $prompt): GenerativeAiOperation;
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
736 B lrw-r--r-- 2026-05-21 18:01:46
Edit Download
789 B lrw-r--r-- 2026-05-21 18:01:46
Edit Download

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