wp-includes/php-ai-client/src/Messages/Enums/MessagePartTypeEnum.php:21Enum for message part types.
class MessagePartTypeEnum extends AbstractEnum{ /** * Text content. */ public const TEXT = 'text'; /** * File content (inline or remote). */ public const FILE = 'file'; /** * Function call request. */ public const FUNCTION_CALL = 'function_call'; /** * Function response. */ public const FUNCTION_RESPONSE = 'function_response';}Introduced in 0.1.0. Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/php-ai-client/src/Messages/Enums/MessagePartTypeEnum.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.