FunctionCall::fromArray( $array ) In this article Table of ContentsSource Related Changelog ↑ Back to top {@inheritDoc} Source public static function fromArray(array $array): self { return new self($array[self::KEY_ID] ?? null, $array[self::KEY_NAME] ?? null, $array[self::KEY_ARGS] ?? null); } View all references View on Trac View on GitHub Related UsesDescriptionFunctionCall::__construct()wp-includes/php-ai-client/src/Tools/DTO/FunctionCall.phpConstructor. Used byDescriptionMessagePart::fromArray()wp-includes/php-ai-client/src/Messages/DTO/MessagePart.php{@inheritDoc} Changelog VersionDescription0.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.