$fragments * @param array $options * @return array */ public function structure(array $fragments, array $options): array; /** @param array $context * @return array */ public function assist(string $operation, string $content, array $context): array; }